Przeglądaj źródła

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

git-svn-id: branches/wasm@48047 -
nickysn 5 lat temu
rodzic
commit
5ea9bd6924
1 zmienionych plików z 2 dodań i 2 usunięć
  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;