From: Hugo Villeneuve Date: Sat, 7 Sep 2013 19:56:07 +0000 (-0400) Subject: Fix trailing whitespace X-Git-Tag: v1.1.2~7 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=60f3340a9f321271f5ea96df2ccfc248f67bfd2f;p=emu8051.git Fix trailing whitespace --- diff --git a/src/opcode2c.pl b/src/opcode2c.pl index 3e3bdc7..95b9455 100755 --- a/src/opcode2c.pl +++ b/src/opcode2c.pl @@ -116,7 +116,7 @@ while($ligne=) { $instargs[($instnumb << 2) + $i + 1]=$argstypes{$argslist[$i]}; } } - + if (not exists $insttext{$wordlist[2]}) { $insttext[$nbinst]=$wordlist[2]; $insttext{$wordlist[2]}=$nbinst++; @@ -251,7 +251,7 @@ for ($i=0 ; $i< 256; $i++) { if ($op_destination == 5) { # @R1 print INST_IMP "unsigned char destination = cpu8051_ReadI ( cpu8051_ReadD( BANKPSW + _R1_ ) );\n"; } - + if ($op_destination == 6) { # R0 print INST_IMP "unsigned char destination = cpu8051_ReadD( BANKPSW + _R0_ );\n"; }