Search | Google it | Results 1 - 1 of 1 for funcall:getCurSPSR (0.00 seconds) |
186: // if S bit is set, we obtain the next mode from spsr. 187: if ((inst & 0x00100000) && (getCurSPSR() & PSR_T)) nextLen = tINSTSZ; 188: } 246: // if S bit is set, we obtain the next mode from spsr. 247: if ((inst & 0x00400000) && (getCurSPSR() & PSR_T)) nextLen = tINSTSZ; 248: }