Ver código fonte

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 5 anos atrás
pai
commit
ab1228503f
1 arquivos alterados com 1 adições e 1 exclusões
  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);