gpsp/x86
David Guillen Fandos 3cab8596b8 Fix SWI handling (disable IRQs)
This introduced a potential race condition between the start of a SWI
and the BIOS handling the exception by returning to system mode. During
this ~10 instruction window, having an IRQ that issues a SWI causes bad
behaviour that results in crashes or other weirdness.
Fixes a couple of games and potentially many weird and obscure bugs here
and there (hard to reproduce sometimes).
2021-09-17 22:22:01 +02:00
..
x86_emit.h Fix SWI handling (disable IRQs) 2021-09-17 22:22:01 +02:00
x86_stub.S Simplify help functions in x86 backend 2021-09-17 20:00:37 +02:00