mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-07-04 18:16:50 +02:00
Currently to access the SP register, RegRead and RegWrite rely on a out-of-bounds array access to reach the next element in a struct. As of writing only git versions of GCC catch this error. Specify the SP register when we want to access it in these functions. |
||
---|---|---|
.. | ||
debugger_interface.h | ||
debugger.cpp | ||
debugger.h | ||
gdbstub_arch.cpp | ||
gdbstub_arch.h | ||
gdbstub.cpp | ||
gdbstub.h |