diff options
Diffstat (limited to 'scripts/gen-s-parser.py')
-rwxr-xr-x | scripts/gen-s-parser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen-s-parser.py b/scripts/gen-s-parser.py index 20d8d54a2..af29f4020 100755 --- a/scripts/gen-s-parser.py +++ b/scripts/gen-s-parser.py @@ -549,6 +549,7 @@ instructions = [ ("i31.get_u", "makeI31Get(s, false)"), ("ref.test", "makeRefTest(s)"), ("ref.cast", "makeRefCast(s)"), + ("br_on_null", "makeBrOn(s, BrOnNull)"), ("br_on_cast", "makeBrOn(s, BrOnCast)"), ("br_on_func", "makeBrOn(s, BrOnFunc)"), ("br_on_data", "makeBrOn(s, BrOnData)"), |