gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:getCurSPSR (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/armv6/step.c - 15.6KB - 495 lines
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: }