core: Make the ARM disassembler use std::string internally
This commit is contained in:
parent
5d95d038a0
commit
403c84cdab
5 changed files with 147 additions and 195 deletions
|
@ -37,7 +37,7 @@ void CallstackWidget::OnCPUStepped()
|
|||
|
||||
/* TODO (mattvail) clean me, move to debugger interface */
|
||||
u32 insn = Memory::Read32(call_addr);
|
||||
if (disasm->decode(insn) == OP_BL)
|
||||
if (disasm->Decode(insn) == OP_BL)
|
||||
{
|
||||
std::string name;
|
||||
// ripped from disasm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue