From 240b1fd6c7643186d3731291f8a888402b983c1b Mon Sep 17 00:00:00 2001 From: Andrea Date: Sun, 5 Jun 2022 20:46:35 +0200 Subject: [PATCH] Minor: fix static declaration. (PR #1111) --- source/Debugger/Debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Debugger/Debug.cpp b/source/Debugger/Debug.cpp index 2f4a141e..36c0886c 100644 --- a/source/Debugger/Debug.cpp +++ b/source/Debugger/Debug.cpp @@ -1172,7 +1172,7 @@ bool _CheckBreakpointRange(Breakpoint_t* pBP, int nVal, int nSize) //=========================================================================== -void DebuggerBreakOnDma(WORD nAddress, WORD nSize, bool isDmaToMemory, int iBreakpoint); +static void DebuggerBreakOnDma(WORD nAddress, WORD nSize, bool isDmaToMemory, int iBreakpoint); bool DebuggerCheckMemBreakpoints(WORD nAddress, WORD nSize, bool isDmaToMemory) {