mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-18 10:46:38 +00:00
This commit is contained in:
parent
762e3d0f92
commit
d48e036357
@ -1341,7 +1341,7 @@ static int oplea(RAsm *a, ut8 *data, const Opcode *op){
|
||||
int reg = 0;
|
||||
int rm = 0;
|
||||
if (op->operands[0].type & OT_REGALL &&
|
||||
op->operands[1].type & OT_MEMORY) {
|
||||
op->operands[1].type & (OT_MEMORY | OT_CONSTANT)) {
|
||||
if (a->bits == 64) {
|
||||
data[l++] = 0x48;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user