Jelajahi Sumber

+ support the end_try_table instruction in the internal WebAssembly assembler writer

Nikolay Nikolov 20 jam lalu
induk
melakukan
96e2242e28
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      compiler/wasm32/aasmcpu.pas

+ 2 - 0
compiler/wasm32/aasmcpu.pas

@@ -2244,6 +2244,7 @@ uses
           a_end_block,
           a_end_if,
           a_end_loop,
+          a_end_try_table,
           a_end_legacy_try,
           a_end_function,
           a_legacy_catch_all,
@@ -3001,6 +3002,7 @@ uses
           a_end_block,
           a_end_if,
           a_end_loop,
+          a_end_try_table,
           a_end_legacy_try,
           a_end_function:
             WriteByte($0B);