mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Fix bug in PrintCallstack caused by trying to use MMIO
Also tidy up methods in Debugger_SymbolMap.cpp
This commit is contained in:
@ -30,7 +30,7 @@ public:
|
||||
|
||||
Symbol *GetSymbolFromAddr(u32 addr) override;
|
||||
|
||||
const char *GetDescription(u32 addr);
|
||||
const std::string GetDescription(u32 addr);
|
||||
|
||||
void FillInCallers();
|
||||
|
||||
|
Reference in New Issue
Block a user