Browse Source

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

git-svn-id: branches/wasm@48047 -
nickysn 4 years ago
parent
commit
5ea9bd6924
1 changed files with 2 additions and 2 deletions
  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;