mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-15 18:27:29 +00:00
Minor: fix static declaration. (PR #1111)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user