Fixed opcode unknown_f961 definition.

This commit is contained in:
jtuu 2020-05-16 01:25:36 +03:00
parent 9278609ef0
commit 6c3eb9fd26
2 changed files with 17 additions and 1 deletions

View File

@ -3821,3 +3821,10 @@ opcodes:
params:
- type: dword
stack: pop
- code: 0xf961
params:
- type: reg_tup_ref
reg_tup:
- type: dword
access: write

View File

@ -7531,7 +7531,16 @@ export const OP_UNKNOWN_F961 = (OPCODES[0xf961] = new_opcode(
0xf961,
"unknown_f961",
undefined,
[],
[
new_param(
{
kind: Kind.RegTupRef,
register_tuples: [new_param(TYPE_DWORD, undefined, ParamAccess.Write)],
},
undefined,
undefined,
),
],
undefined,
));
export const OP_UNKNOWN_F962 = (OPCODES[0xf962] = new_opcode(