Skip to content
Snippets Groups Projects
Commit 10091ea1 authored by jdh8d's avatar jdh8d
Browse files

fixed an oops about unpinned fixed calls that popped up in cfi. shouldn't delete random lines :)

parent 351a6ec2
No related branches found
No related tags found
No related merge requests found
......@@ -314,6 +314,12 @@ void Unpin_t::DoUpdateForInstructions()
<<dec<<from_insn->GetBaseID()<<"@"<<hex<<from_insn_location<<" to point at "
<<dec<<wrt_insn ->GetBaseID()<<"@"<<hex<<wrt_insn_location <<endl;
for(unsigned int i=0;i<from_insn->GetDataBits().size();i++)
{
unsigned char newbyte=newpush[i];
ms[from_insn_location+i]=newbyte;
}
}
// instruction has a pcrel memory operand.
......
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