Fix bug in PrintCallstack caused by trying to use MMIO

Also tidy up methods in Debugger_SymbolMap.cpp
This commit is contained in:
Matthew Parlane
2014-02-27 18:36:50 +13:00
parent 1fbfc4902a
commit d9ca5c83c9
3 changed files with 63 additions and 70 deletions

View File

@ -30,7 +30,7 @@ public:
Symbol *GetSymbolFromAddr(u32 addr) override;
const char *GetDescription(u32 addr);
const std::string GetDescription(u32 addr);
void FillInCallers();