1
0
Fork 0
forked from len0rd/rockbox

Fix simulator build

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11910 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Greg White 2007-01-04 12:13:56 +00:00
parent ae5cf68e48
commit 922c0d6d33
3 changed files with 8 additions and 8 deletions

View file

@ -2049,7 +2049,7 @@ static bool dbg_set_memory_guard(void)
}
#endif /* CONFIG_CPU == SH7034 || defined(CPU_COLDFIRE) */
#if defined(TOSHIBA_GIGABEAT_F)
#if defined(TOSHIBA_GIGABEAT_F) && !defined(SIMULATOR)
extern volatile bool lcd_poweroff;
@ -2139,7 +2139,7 @@ bool debug_menu(void)
bool result;
static const struct menu_item items[] = {
#if defined(TOSHIBA_GIGABEAT_F)
#if defined(TOSHIBA_GIGABEAT_F) && !defined(SIMULATOR)
{ "LCD Power Off", dbg_lcd_power_off },
#endif
#if CONFIG_CPU == SH7034 || defined(CPU_COLDFIRE)