mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-07-04 23:31:19 +01:00
7b0affb6e0
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.cpp | ||
debugger.h | ||
debugger_interface.h | ||
gdbstub.cpp | ||
gdbstub.h | ||
gdbstub_arch.cpp | ||
gdbstub_arch.h |