mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-14 01:05:47 +00:00
gdb: Cleanup (ryubing/ryujinx!171)
See merge request ryubing/ryujinx!171
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user