summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen-s-parser.py2
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)"),