mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-14 19:36:59 +00:00
gdb: Cleanup (ryubing/ryujinx!171)
See merge request ryubing/ryujinx!171
This commit is contained in:
parent
9aacf9b37b
commit
8e941e4a8f
4 changed files with 11 additions and 33 deletions
|
|
@ -310,7 +310,7 @@ namespace Ryujinx.HLE.Debugger.Gdb
|
|||
switch (type)
|
||||
{
|
||||
case "0": // Software breakpoint
|
||||
if (!Commands.Debugger.BreakpointManager.SetBreakPoint(addr, len, false))
|
||||
if (!Commands.Debugger.BreakpointManager.SetBreakPoint(addr, len))
|
||||
{
|
||||
Commands.ReplyError();
|
||||
return;
|
||||
|
|
@ -325,7 +325,7 @@ namespace Ryujinx.HLE.Debugger.Gdb
|
|||
Commands.ReplyError();
|
||||
return;
|
||||
default:
|
||||
Commands. ReplyError();
|
||||
Commands.ReplyError();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue