void SmartPtr_IRQ::Restore()
{
#ifdef __GNUC__	
	UINT32 Cp = m_state;

	if ((Cp & DISABLED_MASK) == 0)
	{
		IRQ_LOCK_Restore_asm();
	}
#endif
}
Exemple #2
0
void SmartPtr_IRQ::Restore()
{
    IRQ_LOCK_Restore_asm();
}