diff options
Diffstat (limited to 'src/core/arm/skyeye_common')
| -rw-r--r-- | src/core/arm/skyeye_common/armstate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/skyeye_common/armstate.cpp b/src/core/arm/skyeye_common/armstate.cpp index 1465b074e..c36b0208f 100644 --- a/src/core/arm/skyeye_common/armstate.cpp +++ b/src/core/arm/skyeye_common/armstate.cpp | |||
| @@ -182,7 +182,7 @@ void ARMul_State::ResetMPCoreCP15Registers() { | |||
| 182 | } | 182 | } |
| 183 | 183 | ||
| 184 | static void CheckMemoryBreakpoint(u32 address, GDBStub::BreakpointType type) { | 184 | static void CheckMemoryBreakpoint(u32 address, GDBStub::BreakpointType type) { |
| 185 | if (GDBStub::g_server_enabled && GDBStub::CheckBreakpoint(address, type)) { | 185 | if (GDBStub::IsServerEnabled() && GDBStub::CheckBreakpoint(address, type)) { |
| 186 | LOG_DEBUG(Debug, "Found memory breakpoint @ %08x", address); | 186 | LOG_DEBUG(Debug, "Found memory breakpoint @ %08x", address); |
| 187 | GDBStub::Break(true); | 187 | GDBStub::Break(true); |
| 188 | } | 188 | } |