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 bd29f4f10..0dfe220b5 100755 --- a/scripts/gen-s-parser.py +++ b/scripts/gen-s-parser.py @@ -559,6 +559,7 @@ instructions = [ # Multivalue pseudoinstructions ("tuple.make", "makeTupleMake(s)"), ("tuple.extract", "makeTupleExtract(s)"), + ("tuple.drop", "makeTupleDrop(s)"), ("pop", "makePop(s)"), # Typed function references instructions ("call_ref", "makeCallRef(s, /*isReturn=*/false)"), |