Browse Source

* proper llvm-mc name for the end_try_table instruction

Nikolay Nikolov 3 days ago
parent
commit
d7f38784b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/wasm32/itcpugas.pas

+ 1 - 1
compiler/wasm32/itcpugas.pas

@@ -101,7 +101,7 @@ interface
       // exceptions (legacy)
       'try','catch','catch_all','delegate','throw','rethrow','end_try',
       // exceptions (with exnref)
-      'try_table','catch','catch_ref','catch_all','catch_all_ref','throw','throw_ref','end' {try_table},
+      'try_table','catch','catch_ref','catch_all','catch_all_ref','throw','throw_ref','end_try_table',
       // atomic memory accesses - load/store
       'i32.atomic.load8_u', 'i32.atomic.load16_u', 'i32.atomic.load',
       'i64.atomic.load8_u', 'i64.atomic.load16_u', 'i64.atomic.load32_u',