Skip to content
Snippets Groups Projects
Commit d232559c authored by whh8b's avatar whh8b
Browse files

Remove fallthrough when we change the push to a call.

parent da07315e
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,7 @@ void Push64Relocs_t::HandlePush64Relocation(Instruction_t *insn, Relocation_t *r
databits[4] = 0x00;
insn->SetDataBits(databits);
insn->SetTarget(add_insn); // Comment
insn->SetFallthrough(NULL);
insn->SetComment(push_insn->GetComment()+" Thunk part");
/*
......
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