mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-11-06 04:24:49 +00:00
If the floating point extension is present, then the SG instruction must clear the CONTROL_S.SFPA bit. Implement this. (On a no-FPU system the bit will always be zero, so we don't need to make the clearing of the bit conditional on ARM_FEATURE_VFP.) Backports commit 1702071302934af77a072b7ee7c5eadc45b37573 from qemu |
||
|---|---|---|
| .. | ||
| arm | ||
| i386 | ||
| m68k | ||
| mips | ||
| riscv | ||
| sparc | ||