fix gc build

This commit is contained in:
dborth 2010-12-26 23:19:44 +00:00
parent bf36bc2fec
commit d7e85f0dc7

View File

@ -335,6 +335,7 @@ void USBGeckoOutput()
int
main(int argc, char *argv[])
{
#ifdef HW_RVL
u32 ios = IOS_GetVersion();
if(!SupportedIOS(ios))
@ -344,6 +345,7 @@ main(int argc, char *argv[])
if(SupportedIOS(preferred))
IOS_ReloadIOS(preferred);
}
#endif
//USBGeckoOutput(); // uncomment to enable USB gecko output
__exception_setreload(8);