mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-11-06 06:24:58 +00:00
A write to the SCR can change the effective EL by droppping the system from secure to non-secure mode. However if we use a cached current_el from before the change we'll rebuild the flags incorrectly. To fix this we introduce the ARM_CP_NEWEL CP flag to indicate the new EL should be used when recomputing the flags. Backports partof commit f80741d107673f162e3b097fc76a1590036cc9d1 from qemu |
||
|---|---|---|
| .. | ||
| arm | ||
| i386 | ||
| m68k | ||
| mips | ||
| riscv | ||
| sparc | ||