diff options
Diffstat (limited to 'scripts')
-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 b296d85ac..22c864cee 100755 --- a/scripts/gen-s-parser.py +++ b/scripts/gen-s-parser.py @@ -523,12 +523,12 @@ instructions = [ # table instructions ("table.get", "makeTableGet(s)"), ("table.set", "makeTableSet(s)"), + ("table.size", "makeTableSize(s)"), # TODO: # table.init # table.fill # table.copy # table.grow - # table.size # # exception handling instructions ("try", "makeTry(s)"), |