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 1bcbae46a..53853b7f3 100755
--- a/scripts/gen-s-parser.py
+++ b/scripts/gen-s-parser.py
@@ -593,7 +593,7 @@ instructions = [
("array.new_default", "makeArrayNew(s, true)"),
("array.new_data", "makeArrayNewSeg(s, NewData)"),
("array.new_elem", "makeArrayNewSeg(s, NewElem)"),
- ("array.init_static", "makeArrayInitStatic(s)"),
+ ("array.init_static", "makeArrayNewFixedStatic(s)"),
("array.get", "makeArrayGet(s)"),
("array.get_s", "makeArrayGet(s, true)"),
("array.get_u", "makeArrayGet(s, false)"),