@@ -325,7 +325,7 @@ def Instruction(name, opcode, type=None, validation=None, execution=None, operat
325
325
Instruction (r'\STRUCTGETS~x~y' , r'\hex{FB}~\hex{03}' , r'[(\REF~\NULL~x)] \to [\I32]' , r'valid-struct.get' , r'exec-struct.get' ),
326
326
Instruction (r'\STRUCTGETU~x~y' , r'\hex{FB}~\hex{04}' , r'[(\REF~\NULL~x)] \to [\I32]' , r'valid-struct.get' , r'exec-struct.get' ),
327
327
Instruction (r'\STRUCTSET~x~y' , r'\hex{FB}~\hex{05}' , r'[(\REF~\NULL~x)~t] \to []' , r'valid-struct.set' , r'exec-struct.set' ),
328
- Instruction (r'\ARRAYNEW~x' , r'\hex{FB}~\hex{06}' , r'[t] \to [(\REF~x)]' , r'valid-array.new' , r'exec-array.new' ),
328
+ Instruction (r'\ARRAYNEW~x' , r'\hex{FB}~\hex{06}' , r'[t~\I32 ] \to [(\REF~x)]' , r'valid-array.new' , r'exec-array.new' ),
329
329
Instruction (r'\ARRAYNEWDEFAULT~x' , r'\hex{FB}~\hex{07}' , r'[\I32] \to [(\REF~x)]' , r'valid-array.new' , r'exec-array.new' ),
330
330
Instruction (r'\ARRAYNEWFIXED~x~n' , r'\hex{FB}~\hex{08}' , r'[t^n] \to [(\REF~x)]' , r'valid-array.new_fixed' , r'exec-array.new_fixed' ),
331
331
Instruction (r'\ARRAYNEWDATA~x~y' , r'\hex{FB}~\hex{09}' , r'[\I32~\I32] \to [(\REF~x)]' , r'valid-array.new_data' , r'exec-array.new_data' ),
0 commit comments