Skip to content
Snippets Groups Projects
Commit d957c220 authored by clc5q's avatar clc5q
Browse files

Remove EDX from arg1 of 8-bit mul opcode.

Former-commit-id: f698828f8281884c6b3406139b0cfc29f36440d1
parent d8328ae3
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ void __bea_callspec__ G3_Eb(PDISASM pMyDisasm)
MOD_RM(&(*pMyDisasm).Argument2, pMyDisasm);
GV.OperandSize = 32;
GV.EIP_ += GV.DECALAGE_EIP+2;
(*pMyDisasm).Argument1.ArgType = REGISTER_TYPE+GENERAL_REG+REG0+REG2;
(*pMyDisasm).Argument1.ArgType = REGISTER_TYPE+GENERAL_REG+REG0;
(*pMyDisasm).Argument1.ArgSize = 8;
(*pMyDisasm).Instruction.ImplicitModifiedRegs = REGISTER_TYPE+GENERAL_REG+REG0;
FillFlags(pMyDisasm, 70);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment