summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index f8492d34b6..d5c0b8171d 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -181,7 +181,6 @@ static bool dbg_list(struct action_callback_info *info)
181extern struct thread_entry threads[MAXTHREADS]; 181extern struct thread_entry threads[MAXTHREADS];
182 182
183 183
184#ifndef SIMULATOR
185static char thread_status_char(int status) 184static char thread_status_char(int status)
186{ 185{
187 switch (status) 186 switch (status)
@@ -256,7 +255,6 @@ static bool dbg_os(void)
256 info.dbg_getname = threads_getname; 255 info.dbg_getname = threads_getname;
257 return dbg_list(&info); 256 return dbg_list(&info);
258} 257}
259#endif /* !SIMULATOR */
260 258
261#ifdef HAVE_LCD_BITMAP 259#ifdef HAVE_LCD_BITMAP
262#if CONFIG_CODEC != SWCODEC 260#if CONFIG_CODEC != SWCODEC
@@ -2270,9 +2268,7 @@ static const struct the_menu_item menuitems[] = {
2270#if CONFIG_CPU == SH7034 || defined(CPU_COLDFIRE) 2268#if CONFIG_CPU == SH7034 || defined(CPU_COLDFIRE)
2271 { "Catch mem accesses", dbg_set_memory_guard }, 2269 { "Catch mem accesses", dbg_set_memory_guard },
2272#endif 2270#endif
2273#ifndef SIMULATOR
2274 { "View OS stacks", dbg_os }, 2271 { "View OS stacks", dbg_os },
2275#endif
2276#ifdef HAVE_LCD_BITMAP 2272#ifdef HAVE_LCD_BITMAP
2277#ifndef SIMULATOR 2273#ifndef SIMULATOR
2278 { "View battery", view_battery }, 2274 { "View battery", view_battery },