Mercurial > ecos
comparison packages/kernel/current/tests/kintr0.c @ 10:d3fbcdfa1b2f ecos-sw-1999-05-29
Merge from eCos master repository on 1999-05-29-00:13:11-BST
| author | jlarmour |
|---|---|
| date | Fri, 28 May 1999 16:43:09 +0000 |
| parents | 443894e2e912 |
| children | 29bc183297e1 |
comparison
equal
deleted
inserted
replaced
| 9:95cc44ea0068 | 10:d3fbcdfa1b2f |
|---|---|
| 113 | 113 |
| 114 cyg_VSR_t *old_vsr, *new_vsr; | 114 cyg_VSR_t *old_vsr, *new_vsr; |
| 115 | 115 |
| 116 CYG_TEST_INIT(); | 116 CYG_TEST_INIT(); |
| 117 | 117 |
| 118 #ifdef CYGPKG_HAL_TX39 | 118 #ifdef CYGPKG_HAL_MIPS_TX39 |
| 119 // This can be removed when PR 17831 is fixed | 119 // This can be removed when PR 17831 is fixed |
| 120 if ( cyg_test_is_simulator ) | 120 if ( cyg_test_is_simulator ) |
| 121 v1 = 12 % CYGNUM_HAL_ISR_COUNT; | 121 v1 = 12 % CYGNUM_HAL_ISR_COUNT; |
| 122 else /* NOTE TRAILING ELSE... */ | 122 else /* NOTE TRAILING ELSE... */ |
| 123 #endif | 123 #endif |
