46c46
< makeExtMI(MachInst inst, ThreadContext * xc) {
---
> makeExtMI(MachInst inst, Addr pc) {
49,50c49,50
< if (xc->readPC() && 0x1)
< return ext_inst|=(static_cast<ExtMachInst>(xc->readPC() & 0x1) << 32);
---
> if (pc && 0x1)
> return ext_inst|=(static_cast<ExtMachInst>(pc & 0x1) << 32);