Explorar o código

Fix a bug in the code we got from luac

See http://lua-users.org/lists/lua-l/2019-12/msg00018.html
Hugo Musso Gualandi %!s(int64=5) %!d(string=hai) anos
pai
achega
ab1228503f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/luaot.c

+ 1 - 1
src/luaot.c

@@ -537,7 +537,7 @@ void print_opcode_comment(Proto *f, int pc)
             break;
         case OP_EXTRAARG:
             print("%d",ax);
-            print(COMMENT); PrintConstant(f,ax);
+            //print(COMMENT); PrintConstant(f,ax);
             break;
         default:
             print("%d %d %d",a,b,c);