mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-16 13:09:11 +00:00
This value was "helpful" for debugging when the stack got corrupted. Helpful that if gpr[1](Which is the stack pointer with PPC ABI) is zero then the interpreter would spam huge amounts of annoy text saying that we managed to get in to a "corrupted" state. This is incremented every instruction on the interpreter, or every block run on the JIT64....Only if debugging is enabled(JIT64 it is a const variable) The message is only outputted when interpreter is used and debugging is enabled. |
||
---|---|---|
.. | ||
Boot.cpp | ||
Boot.h | ||
Boot_BS2Emu.cpp | ||
Boot_DOL.cpp | ||
Boot_DOL.h | ||
Boot_ELF.cpp | ||
Boot_WiiWAD.cpp | ||
ElfReader.cpp | ||
ElfReader.h | ||
ElfTypes.h |