summaryrefslogtreecommitdiffstats
path: root/hmp-commands-info.hx
diff options
context:
space:
mode:
Diffstat (limited to 'hmp-commands-info.hx')
-rw-r--r--hmp-commands-info.hx12
1 files changed, 0 insertions, 12 deletions
diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx
index 19729e55ae..6a7c476065 100644
--- a/hmp-commands-info.hx
+++ b/hmp-commands-info.hx
@@ -179,13 +179,7 @@ ETEXI
.args_type = "",
.params = "",
.help = "show the interrupts statistics (if available)",
-#ifdef TARGET_SPARC
- .cmd = sun4m_hmp_info_irq,
-#elif defined(TARGET_LM32)
- .cmd = lm32_hmp_info_irq,
-#else
.cmd = hmp_info_irq,
-#endif
},
STEXI
@@ -199,13 +193,7 @@ ETEXI
.args_type = "",
.params = "",
.help = "show i8259 (PIC) state",
-#ifdef TARGET_SPARC
- .cmd = sun4m_hmp_info_pic,
-#elif defined(TARGET_LM32)
- .cmd = lm32_hmp_info_pic,
-#else
.cmd = hmp_info_pic,
-#endif
},
#endif