浏览代码

+ uncommented the 64-bit handling code in the wasm add node

git-svn-id: branches/wasm@48047 -
nickysn 5 年之前
父节点
当前提交
5ea9bd6924
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/wasm32/nwasmadd.pas

+ 2 - 2
compiler/wasm32/nwasmadd.pas

@@ -239,13 +239,13 @@ interface
 
     procedure twasmaddnode.second_cmp64bit;
       begin
-        //second_generic_compare(not is_signed(left.resultdef));
+        second_generic_compare(not is_signed(left.resultdef));
       end;
 
 
     procedure twasmaddnode.second_add64bit;
       begin
-        //second_opordinal;
+        second_opordinal;
       end;