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 2fd663510..78637991b 100755 --- a/scripts/gen-s-parser.py +++ b/scripts/gen-s-parser.py @@ -547,6 +547,7 @@ instructions = [ ("table.set", "makeTableSet(s)"), ("table.size", "makeTableSize(s)"), ("table.grow", "makeTableGrow(s)"), + ("table.fill", "makeTableFill(s)"), # TODO: # table.init # table.fill |