Skip to content

Commit

Permalink
fixed some XX
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaemmert authored and radare committed Jun 10, 2018
1 parent bf358f1 commit 3359e51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libr/anal/p/anal_x86_cs.c
Expand Up @@ -731,9 +731,8 @@ static void anop_esil(RAnal *a, RAnalOp *op, ut64 addr, const ut8 *buf, int len,
if (INSOP(1).type == X86_OP_MEM) {
// MOV REG, [PTR + IREG*SCALE]
op->ireg = cs_reg_name (*handle, INSOP (1).mem.index);
op->ptr = INSOP(1).mem.disp; // XXX base ?
op->disp = INSOP(1).mem.disp;
op->scale = INSOP(1).mem.scale;
op->refptr = 4;
}
{
src = getarg (&gop, 1, 0, NULL, SRC_AR);
Expand Down

0 comments on commit 3359e51

Please sign in to comment.