From 761e720501ec14ecedc371fe601b7abcf882d4b6 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 7 Sep 2013 17:07:04 -0400 Subject: [PATCH] Remove obsolete comment about older c++ code --- src/opcode2c.pl | 2 -- 1 file changed, 2 deletions(-) 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 ) { -- 2.20.1