diff --git a/desmume/src/armcpu.cpp b/desmume/src/armcpu.cpp index 2053901f8..c6f8f9199 100644 --- a/desmume/src/armcpu.cpp +++ b/desmume/src/armcpu.cpp @@ -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) {