gpsp/arm
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
..
arm_codegen.h Add MSB_FIRST ifdefs 2015-07-30 03:01:40 +02:00
arm_dpimacros.h Fix bad ARM code emitter bug 2021-08-30 02:07:31 +02:00
arm_emit.h Cleanup unused stuff in mips and arm 2021-09-15 20:34:21 +02:00
arm_stub.S Fix SWI handling (disable IRQs) 2021-09-17 22:22:01 +02:00
video_blend.S arm/video_blend.S - add another __MACH__ hack 2014-12-11 19:05:18 +01:00