diff options
Diffstat (limited to 'test/gen-wasm.py')
-rwxr-xr-x | test/gen-wasm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gen-wasm.py b/test/gen-wasm.py index 4dbee6bf..5794fbf9 100755 --- a/test/gen-wasm.py +++ b/test/gen-wasm.py @@ -268,7 +268,7 @@ NAMED_VALUES = { # exceptions "try": 0x06, - "catch_all": 0x05, + "catch_all": 0x19, } keywords = { |