mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-03 06:01:13 +00:00
272427b4a0
A few Thumb instructions are always unconditional even inside an IT block (as opposed to being UNPREDICTABLE if used inside an IT block): BKPT, the v8M SG instruction, and the A profile HLT (debug halt) instruction. This means we need to suppress the jump-over-instruction-on-condfail code generation (though the IT state still advances as usual and subsequent insns in the IT block may be conditional). Backports commit dcf14dfb704519846f396a376339ebdb93eaf049 from qemu |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
m68k | ||
mips | ||
sparc |