Skip to content

Commit

Permalink
readDisplacement fix (capstone-engine#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
obs1dium authored and aquynh committed Jul 11, 2018
1 parent ae703aa commit cc7b088
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/X86/X86DisassemblerDecoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,6 @@ static int readDisplacement(struct InternalInstruction *insn)
break;
}

insn->consumedDisplacement = true;
return 0;
}

Expand Down

0 comments on commit cc7b088

Please sign in to comment.