mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed wrong opcode for method event
This commit is contained in:
parent
a1fb3b283c
commit
2b38a0f48e
1 changed files with 1 additions and 1 deletions
|
@ -1158,7 +1158,7 @@ __emit:
|
|||
|
||||
if (iParamCount > 5) {
|
||||
SetOpcodeVarStackOffset(OP_EXEC_CMD_COUNT1, -(int32_t)iParamCount);
|
||||
EmitOpcode(OP_EXEC_CMD_COUNT1, val.node[4].sourcePosValue);
|
||||
EmitOpcode(OP_EXEC_CMD_METHOD_COUNT1, val.node[4].sourcePosValue);
|
||||
|
||||
EmitOpcodeValue(iParamCount, sizeof(byte));
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue