diff options
Diffstat (limited to 'scripts/gen-s-parser.py')
-rwxr-xr-x | scripts/gen-s-parser.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/gen-s-parser.py b/scripts/gen-s-parser.py index 3b2eb9d01..86826ad79 100755 --- a/scripts/gen-s-parser.py +++ b/scripts/gen-s-parser.py @@ -560,9 +560,7 @@ instructions = [ ("table.grow", "makeTableGrow()"), ("table.fill", "makeTableFill()"), ("table.copy", "makeTableCopy()"), - # TODO: - # table.init - # + ("table.init", "makeTableInit()"), # exception handling instructions ("try", "makeTry()"), ("try_table", "makeTryTable()"), |