mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-03-04 20:27:57 +00:00
Debugger: Fix format for 32-bit OS.
This commit is contained in:
parent
2374696d65
commit
8a74d95eb2
@ -263,7 +263,7 @@ void WebSocketDisasmState::WriteBranchGuide(JsonWriter &json, const BranchLine &
|
||||
void WebSocketDisasmState::Base(DebuggerRequest &req) {
|
||||
JsonWriter &json = req.Respond();
|
||||
Reporting::NotifyDebugger();
|
||||
json.writeString("addressHex", StringFromFormat("%016llx", (uintptr_t)Memory::base));
|
||||
json.writeString("addressHex", StringFromFormat("%016llx", (uint64_t)(uintptr_t)Memory::base));
|
||||
}
|
||||
|
||||
// Disassemble a range of memory as CPU instructions (memory.disasm)
|
||||
|
Loading…
x
Reference in New Issue
Block a user