mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2026-08-09 17:53:32 +00:00
Before we introduce blocking semihosting calls we need to ensure we can restart the system on semi hosting exception. To be able to do this the EXCP_SEMIHOST operation should be idempotent until it finally completes. Practically this means ensureing we only update the pc after the semihosting call has completed. Backports commit 4ff5ef9e911c670ca10cdd36dd27c5395ec2c753 from qemu |
||
|---|---|---|
| .. | ||
| arm | ||
| i386 | ||
| m68k | ||
| mips | ||
| riscv | ||
| sparc | ||