mirror of https://github.com/yuzu-mirror/yuzu
gdbstub_arch: Directly access SP register
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.pull/8/head
parent
01bc0c84f0
commit
7b0affb6e0
Loading…
Reference in New Issue