summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen-s-parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-s-parser.py b/scripts/gen-s-parser.py
index 6dadb8ba1..19cf093be 100755
--- a/scripts/gen-s-parser.py
+++ b/scripts/gen-s-parser.py
@@ -529,7 +529,7 @@ instructions = [
# reference types instructions
# TODO Add table instructions
("ref.null", "makeRefNull(s)"),
- ("ref.is_null", "makeRefIsNull(s)"),
+ ("ref.is_null", "makeRefIs(s)"),
("ref.func", "makeRefFunc(s)"),
# exception handling instructions
("try", "makeTry(s)"),