mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-11-07 04:04:58 +00:00
We have been using store_reg and not store_reg_for_load when writing back a loaded value into the base register. At first glance this is incorrect when base == pc, however that case is UNPREDICTABLE. Backports commit b0e382b8cf365fed8b8c43482029ac7655961a85 from qemu |
||
|---|---|---|
| .. | ||
| arm | ||
| i386 | ||
| m68k | ||
| mips | ||
| riscv | ||
| sparc | ||