Fixed compilation error when neither HAS_PPC403GA nor HAS_PPC403GCX are defined

This commit is contained in:
Nathan Woods 2008-06-06 00:38:33 +00:00
parent fbda64287d
commit 136db6075d

View File

@ -1190,8 +1190,6 @@ static TIMER_CALLBACK( decrementer_int_callback )
EMBEDDED 4XX HELPERS
***************************************************************************/
#if (HAS_PPC403GA || HAS_PPC403GCX)
/*-------------------------------------------------
ppc4xx_set_irq_line - PowerPC 4XX-specific
IRQ line management
@ -1789,4 +1787,3 @@ void ppc4xx_get_info(powerpc_state *ppc, UINT32 state, cpuinfo *info)
}
}
#endif