Mercurial > ecos-v2_0-branch
diff packages/hal/common/current/src/hal_if.c @ 145:2e9a636d9de9 ecos-sw-2000-12-21
Merge from eCos master repository on 2000-12-21-14:18:40-GMT
| author | jlarmour |
|---|---|
| date | Fri, 22 Dec 2000 02:37:28 +0000 |
| parents | 6b5f480c6929 |
| children | 25e238959bae |
line wrap: on
line diff
--- a/packages/hal/common/current/src/hal_if.c +++ b/packages/hal/common/current/src/hal_if.c @@ -56,7 +56,6 @@ #include <cyg/hal/hal_misc.h> // User break #include <cyg/hal/hal_stub.h> // stub functionality -#include <cyg/hal/plf_stub.h> // reset entry - FIXME, should be moved #include <cyg/hal/hal_intr.h> // hal_vsr_table and others @@ -444,7 +443,7 @@ hal_ctrlc_check(CYG_ADDRWORD vector, CYG if (CYGNUM_CALL_IF_TABLE_VERSION+1 == CYGACC_CALL_IF_VERSION()) { gdb_vector = CYGACC_COMM_IF_CONTROL(*chan, __COMMCTL_DBG_ISR_VECTOR); } - if( vector == gdb_vector ) { + if (vector == gdb_vector) { isr_ret = CYGACC_COMM_IF_DBG_ISR(*chan, &ctrlc, vector, data); if (ctrlc) cyg_hal_user_break( (CYG_ADDRWORD *)hal_saved_interrupt_state );
