From 5a5012ecbdcd341bb1d2e8200db91f6212aa44df Mon Sep 17 00:00:00 2001 From: ths Date: Mon, 7 May 2007 13:55:33 +0000 Subject: MIPS 64-bit FPU support, plus some collateral bugfixes in the conditional branch handling. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2779 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-mips/helper.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target-mips/helper.c') diff --git a/target-mips/helper.c b/target-mips/helper.c index 8d9435a232..909db5d37f 100644 --- a/target-mips/helper.c +++ b/target-mips/helper.c @@ -379,6 +379,9 @@ void do_interrupt (CPUState *env) case EXCP_TRAP: cause = 13; goto set_EPC; + case EXCP_FPE: + cause = 15; + goto set_EPC; case EXCP_LTLBL: cause = 1; goto set_EPC; -- cgit v1.2.1