Minor: fix static declaration. (PR #1111)

This commit is contained in:
Andrea 2022-06-05 20:46:35 +02:00 committed by GitHub
parent bb56b99af5
commit 240b1fd6c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{