summaryrefslogtreecommitdiff
path: root/scripts/gen-s-parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gen-s-parser.py')
-rwxr-xr-xscripts/gen-s-parser.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/gen-s-parser.py b/scripts/gen-s-parser.py
index 5c1ed5dd7..420f38c64 100755
--- a/scripts/gen-s-parser.py
+++ b/scripts/gen-s-parser.py
@@ -549,7 +549,10 @@ instructions = [
("i31.get_u", "makeI31Get(s, false)"),
("ref.test", "makeRefTest(s)"),
("ref.cast", "makeRefCast(s)"),
- ("br_on_cast", "makeBrOnCast(s)"),
+ ("br_on_cast", "makeBrOn(s, BrOnCast)"),
+ ("br_on_func", "makeBrOn(s, BrOnFunc)"),
+ ("br_on_data", "makeBrOn(s, BrOnData)"),
+ ("br_on_i31", "makeBrOn(s, BrOnI31)"),
("rtt.canon", "makeRttCanon(s)"),
("rtt.sub", "makeRttSub(s)"),
("struct.new_with_rtt", "makeStructNew(s, false)"),