Przeglądaj źródła

* cloned twasmtryexceptnode.pass_generate_code_no_exceptions into twasmtryexceptnode.pass_generate_code_native_exceptions

Nikolay Nikolov 3 lat temu
rodzic
commit
f76e91fb8b
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      compiler/wasm32/nwasmflw.pas

+ 2 - 1
compiler/wasm32/nwasmflw.pas

@@ -366,7 +366,8 @@ implementation
 
 
     procedure twasmtryexceptnode.pass_generate_code_native_exceptions;
     procedure twasmtryexceptnode.pass_generate_code_native_exceptions;
       begin
       begin
-        internalerror(2021091707);
+        location_reset(location,LOC_VOID,OS_NO);
+        secondpass(left);
       end;
       end;
 
 
     procedure twasmtryexceptnode.pass_generate_code;
     procedure twasmtryexceptnode.pass_generate_code;