And the oldmode should be moved upper too.

This commit is contained in:
riccardom 2009-11-12 21:13:00 +00:00
parent 03214b3848
commit 9c9b01cb62
1 changed files with 2 additions and 2 deletions

View File

@ -212,6 +212,8 @@ TEMPLATE static u32 WaitByLoop()
return cpu->R[0] * 4;
}
//u32 oldmode[2];
TEMPLATE static u32 wait4IRQ()
{
//execute= FALSE;
@ -237,8 +239,6 @@ TEMPLATE static u32 wait4IRQ()
return 1;
}
//u32 oldmode[2];
TEMPLATE u32 intrWaitARM()
{
u32 intrFlagAdr = 0;