Debugger: Fix doc typo for disasm/assemble names.

This commit is contained in:
Unknown W. Brackets
2022-09-27 19:02:33 -07:00
parent ebbd17540c
commit b60217d962
+2 -2
View File
@@ -379,7 +379,7 @@ void WebSocketDisasmState::Disasm(DebuggerRequest &req) {
json.pop();
}
// Search disassembly for some text (cpu.searchDisasm)
// Search disassembly for some text (memory.searchDisasm)
//
// Parameters:
// - thread: optional number indicating the thread id (may not affect search much.)
@@ -461,7 +461,7 @@ void WebSocketDisasmState::SearchDisasm(DebuggerRequest &req) {
json.writeNull("address");
}
// Assemble an instruction (cpu.assemble)
// Assemble an instruction (memory.assemble)
//
// Parameters:
// - address: number indicating the address to write to.