fix so non-debug builds compile

This commit is contained in:
ehouse 2008-01-07 13:56:20 +00:00
parent 3e04e89803
commit f2e5f4f2a4

View file

@ -1120,7 +1120,7 @@ btLibManagementEventType68K_TO_ARM( BtLibManagementEventType* out,
} }
static unsigned long static unsigned long
btLibManagementProcArmEntry( const void* XP_UNUSED_DBG(emulStateP), btLibManagementProcArmEntry( const void* emulStateP,
void* userData68KP, void* userData68KP,
Call68KFuncType* XP_UNUSED_DBG(call68KFuncP) ) Call68KFuncType* XP_UNUSED_DBG(call68KFuncP) )
{ {