mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
fix so non-debug builds compile
This commit is contained in:
parent
3e04e89803
commit
f2e5f4f2a4
1 changed files with 1 additions and 1 deletions
|
@ -1120,7 +1120,7 @@ btLibManagementEventType68K_TO_ARM( BtLibManagementEventType* out,
|
|||
}
|
||||
|
||||
static unsigned long
|
||||
btLibManagementProcArmEntry( const void* XP_UNUSED_DBG(emulStateP),
|
||||
btLibManagementProcArmEntry( const void* emulStateP,
|
||||
void* userData68KP,
|
||||
Call68KFuncType* XP_UNUSED_DBG(call68KFuncP) )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue