浏览代码

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 年之前
父节点
当前提交
ab1228503f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);