Mercurial > ecos-v3_0-branch
diff packages/hal/mips/arch/current/src/mipsfp.c @ 30:641b639be825 ecos-sw-1999-08-16
Merge from eCos master repository on 1999-08-16-22:01:37-BST
| author | jlarmour |
|---|---|
| date | Mon, 16 Aug 1999 22:10:49 +0000 |
| parents | 4741a3c3496a |
| children | 7a6ac9edc838 |
line wrap: on
line diff
--- a/packages/hal/mips/arch/current/src/mipsfp.c +++ b/packages/hal/mips/arch/current/src/mipsfp.c @@ -285,14 +285,14 @@ cyg_hal_mips_process_fpe( HAL_SavedRegis cyg_uint8 computational_insn=1; // computational FP instruction cyg_bool delay_slot; // did it happen in a delay slot + CYG_REPORT_FUNCNAMETYPE("cyg_hal_mips_process_fpe", "returning %d"); + CYG_CHECK_DATA_PTR( regs, "cyg_hal_mips_process_fpe() called with invalid regs ptr"); CYG_PRECONDITION( (regs->vector>>2) == CYGNUM_HAL_VECTOR_FPE, "Asked to process non-FPE exception"); - CYG_REPORT_FUNCNAMETYPE("cyg_hal_mips_process_fpe", "returning %d"); - // First of all, we only handle the unimplemented operation exception // here, so if we don't have that, we just exit if ((regs->fcr31 & FCR31_CAUSE_E) == 0) {
