31a32,33
> * Zhengxing Li
> * Deyuan Guo
124c126
< pc.pc() - delay_slot ? sizeof(MachInst) : 0);
---
> pc.pc() - (delay_slot ? sizeof(MachInst) : 0));