Mercurial > flash_v2
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 17:a658ec000d9f | 18:7253dcc42a09 |
|---|---|
| 51 void hal_platform_init(void) | 51 void hal_platform_init(void) |
| 52 { | 52 { |
| 53 } | 53 } |
| 54 | 54 |
| 55 /*------------------------------------------------------------------------*/ | 55 /*------------------------------------------------------------------------*/ |
| 56 /* Location to save interrupt state in for debug purposes. */ | |
| 57 | |
| 58 #if defined(CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT) | |
| 59 | |
| 60 struct Hal_SavedRegisters *hal_saved_interrupt_state; | |
| 61 | |
| 62 #endif | |
| 63 | |
| 64 /*------------------------------------------------------------------------*/ | |
| 56 /* End of plf_misc.c */ | 65 /* End of plf_misc.c */ |
