From: Hugo Villeneuve Date: Sat, 7 Sep 2013 21:07:04 +0000 (-0400) Subject: Remove obsolete comment about older c++ code X-Git-Tag: v1.1.2~6 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=761e720501ec14ecedc371fe601b7abcf882d4b6;p=emu8051.git Remove obsolete comment about older c++ code --- diff --git a/src/opcode2c.pl b/src/opcode2c.pl index 95b9455..4741f07 100755 --- a/src/opcode2c.pl +++ b/src/opcode2c.pl @@ -215,8 +215,6 @@ for ($i=0 ; $i< 256; $i++) { print INST_IMP " ","*"x76,"/\n"; print INST_IMP "int\n"; print INST_IMP "cpu8051_OP_$a_opcodehex[$i](void)\n"; -# TEST hugo new... -# print INST_DEF "int OP_$a_opcodehex[$i]( );\n"; print INST_IMP "{\n"; if( $i == 0x85 ) {