Skip to content

Commit

Permalink
Remove displacement value modification (broken now?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukem9 committed Nov 1, 2015
1 parent 1e01b06 commit 610e972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Translator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ bool Translate(XEDPARSE* Parse, xed_state_t State, Inst* Instruction)
if(!Instruction->Operands[i].Mem.DispRipRelative)
continue;

Instruction->Operands[i].Mem.DispVal--;
//Instruction->Operands[i].Mem.DispVal--;
}

if(Parse->x64 && TryEncode(Parse, State, Instruction, 64))
Expand Down

0 comments on commit 610e972

Please sign in to comment.