228,230c228
< CPSR cpsr = tc->readMiscReg(MISCREG_CPSR);
< const ExceptionLevel current_el =
< opModeToEL((OperatingMode) (uint8_t) cpsr.mode);
---
> const ExceptionLevel current_el = currEL(tc);
359c357
< switch (opModeToEL(currOpMode(tc))) {
---
> switch (currEL(tc)) {
823c821
< switch (opModeToEL(currOpMode(tc))) {
---
> switch (currEL(tc)) {