diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gen-s-parser.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/gen-s-parser.py b/scripts/gen-s-parser.py index 831e217ba..776cc4425 100755 --- a/scripts/gen-s-parser.py +++ b/scripts/gen-s-parser.py @@ -548,10 +548,9 @@ instructions = [ ("table.size", "makeTableSize(s)"), ("table.grow", "makeTableGrow(s)"), ("table.fill", "makeTableFill(s)"), + ("table.copy", "makeTableCopy(s)"), # TODO: # table.init - # table.fill - # table.copy # # exception handling instructions ("try", "makeTry(s)"), |