Mercurial > ecos
diff packages/hal/v85x/arch/current/src/vectors.S @ 112:02ea4320376c ecos-sw-2000-07-21
Merge from eCos master repository on 2000-07-21-21:01:39-BST
| author | jlarmour |
|---|---|
| date | Fri, 21 Jul 2000 21:34:11 +0000 |
| parents | 5a0cc6c243a9 |
| children | 77cec8369160 |
line wrap: on
line diff
--- a/packages/hal/v85x/arch/current/src/vectors.S +++ b/packages/hal/v85x/arch/current/src/vectors.S @@ -446,7 +446,6 @@ 10: call_via_r1: jmp [r1] -#ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS // // Reset the board // @@ -454,7 +453,6 @@ call_via_r1: _hal_plf_reset_board: di // Turn off interrupts jmp [r0] // Restart machine -#endif #if !defined(CYGSEM_HAL_NEC_INLINE_INTERRUPT_FUNCTIONS) .globl _hal_disable_interrupts
