瀏覽代碼

* cloned twasmtryexceptnode.pass_generate_code_no_exceptions into twasmtryexceptnode.pass_generate_code_native_exceptions

Nikolay Nikolov 3 年之前
父節點
當前提交
f76e91fb8b
共有 1 個文件被更改,包括 2 次插入1 次删除
  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;