disable broken gdb stub code

This commit is contained in:
wntrmute 2010-08-10 10:07:56 +00:00
parent f00bdc7b72
commit 8c0cc33773
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ u32 armcpu_exec()
}
#endif
#ifdef GDB_STUB
#if 0 //#ifdef GDB_STUB
if (ARMPROC.stalled) {
return STALLED_CYCLE_COUNT;
}