Remove test code from bootloader...

Forgot to undo some test code. Surprised it didn't cause a warning
during compile.... :P
This commit is contained in:
ApacheThunder 2017-02-24 16:57:40 -06:00
parent 02b267152a
commit 5ab75cb916

View File

@ -42,9 +42,6 @@
#include "common.h"
#define resetCpu_arm9() \
__asm volatile("swi 0x000000")
volatile int arm9_stateFlag = ARM9_BOOT;
volatile u32 arm9_errorCode = 0xFFFFFFFF;
volatile bool arm9_errorClearBG = false;