Explorar o código

* cloned twasmtryexceptnode.pass_generate_code_no_exceptions into twasmtryexceptnode.pass_generate_code_native_exceptions

Nikolay Nikolov %!s(int64=3) %!d(string=hai) anos
pai
achega
f76e91fb8b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;
       begin
-        internalerror(2021091707);
+        location_reset(location,LOC_VOID,OS_NO);
+        secondpass(left);
       end;
 
     procedure twasmtryexceptnode.pass_generate_code;