Patch 2176985 by riccardom to fix compilation when gdb stub

is enabled.
This commit is contained in:
yabause 2008-10-19 09:19:23 +00:00
parent 40aea15810
commit d5d434133c
1 changed files with 3 additions and 0 deletions

View File

@ -367,6 +367,9 @@ static u32
armcpu_prefetch()
{
armcpu_t* armcpu = &ARMPROC;
#ifdef GDB_STUB
u32 temp_instruction;
#endif
if(armcpu->CPSR.bits.T == 0)
{