summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen-s-parser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen-s-parser.py b/scripts/gen-s-parser.py
index f7ff7a1fb..36d9ff316 100755
--- a/scripts/gen-s-parser.py
+++ b/scripts/gen-s-parser.py
@@ -550,6 +550,7 @@ instructions = [
("br_on_non_i31", "makeBrOn(s, BrOnNonI31)"),
("rtt.canon", "makeRttCanon(s)"),
("rtt.sub", "makeRttSub(s)"),
+ ("rtt.fresh_sub", "makeRttFreshSub(s)"),
("struct.new_with_rtt", "makeStructNew(s, false)"),
("struct.new_default_with_rtt", "makeStructNew(s, true)"),
("struct.get", "makeStructGet(s)"),