mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-22 01:31:25 +00:00
Minor: fix static declaration. (PR #1111)
This commit is contained in:
parent
bb56b99af5
commit
240b1fd6c7
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user