diff options
Diffstat (limited to 'scripts/gen-s-parser.py')
-rwxr-xr-x | scripts/gen-s-parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-s-parser.py b/scripts/gen-s-parser.py index 22c864cee..3736ce918 100755 --- a/scripts/gen-s-parser.py +++ b/scripts/gen-s-parser.py @@ -524,11 +524,11 @@ instructions = [ ("table.get", "makeTableGet(s)"), ("table.set", "makeTableSet(s)"), ("table.size", "makeTableSize(s)"), + ("table.grow", "makeTableGrow(s)"), # TODO: # table.init # table.fill # table.copy - # table.grow # # exception handling instructions ("try", "makeTry(s)"), |