Improve bytecode generation.

This commit is contained in:
James Roseborough
2010-08-05 21:41:19 +00:00
parent 80c111c50d
commit a1e0bc520d
2 changed files with 6 additions and 6 deletions

View File

@@ -170,7 +170,7 @@ public class Slots {
break;
case Lua.OP_JMP: /* sBx pc+=sBx */
if ( sbx < 0 )
//if ( sbx < 0 )
branchdest[index+1+sbx] = true;
ins = p.code[index+0+sbx];
if ( Lua.GET_OPCODE(ins) == Lua.OP_TFORLOOP ) {