OSDN Git Service

handle coprocessor exceptions
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 5 Dec 2005 21:04:24 +0000 (21:04 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 5 Dec 2005 21:04:24 +0000 (21:04 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1695 c046a42c-6fe2-441c-8c8c-71466251a162

linux-user/main.c

index 907f710..ef3a171 100644 (file)
@@ -1327,6 +1327,7 @@ void cpu_loop(CPUMIPSState *env)
                 }
             }
             break;
+        case EXCP_CpU:
         case EXCP_RI:
             {
                 uint32_t insn, op;