diff packages/hal/mips/sim/current/src/plf_misc.c @ 18:7253dcc42a09 ecos-sw-1999-06-25

Merge from eCos master repository on 1999-06-25-15:31:50-BST
author jlarmour
date Fri, 25 Jun 1999 08:28:05 +0000
parents d376b777e2ce
children c38311975d4f
line wrap: on
line diff
--- a/packages/hal/mips/sim/current/src/plf_misc.c
+++ b/packages/hal/mips/sim/current/src/plf_misc.c
@@ -53,4 +53,13 @@ void hal_platform_init(void)
 }
 
 /*------------------------------------------------------------------------*/
+/* Location to save interrupt state in for debug purposes.                */
+
+#if defined(CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT)
+
+struct Hal_SavedRegisters *hal_saved_interrupt_state;
+
+#endif
+
+/*------------------------------------------------------------------------*/
 /* End of plf_misc.c                                                      */