gpsp/psp
David Guillen Fandos dbf72e95ef Fix the no-caller-saves bug for MIPS
Seems that ABI mandates that we allocate space for arg0..4 even if we do
pass them as registers. For some reason write_io_register<> functions
write in that stack area (1 word) corrupting the s0 saved register.
This seems to be a new gcc behaviour?
2021-06-22 00:09:44 +02:00
..
mips_emit.h Add preliminary support for non mips32r2 devices 2021-06-18 18:03:47 +02:00
mips_stub.S Fix the no-caller-saves bug for MIPS 2021-06-22 00:09:44 +02:00