From 5f0aaf1f728b0eea14a5b54b5dfa4a4be2966d32 Mon Sep 17 00:00:00 2001 From: James Bottomley Date: Wed, 11 Jan 2006 15:11:30 -0700 Subject: [PATCH] --- yaml --- r: 19744 b: refs/heads/master c: 370361f884c032216ece841ac5328393b136f0bb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/parisc/math-emu/decode_exc.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 16158275aafb..d41af8ec4659 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c475eea2929a7f0dac21d20e10562a491fcf7c45 +refs/heads/master: 370361f884c032216ece841ac5328393b136f0bb diff --git a/trunk/arch/parisc/math-emu/decode_exc.c b/trunk/arch/parisc/math-emu/decode_exc.c index f84f2586672b..66c8a9f6a27e 100644 --- a/trunk/arch/parisc/math-emu/decode_exc.c +++ b/trunk/arch/parisc/math-emu/decode_exc.c @@ -337,6 +337,7 @@ decode_fpu(unsigned int Fpu_register[], unsigned int trap_counts[]) } break; case INVALIDEXCEPTION: + case OPC_2E_INVALIDEXCEPTION: update_trap_counts(Fpu_register, aflags, bflags, trap_counts); return SIGNALCODE(SIGFPE, FPE_FLTINV); case DIVISIONBYZEROEXCEPTION: