]> xenbits.xensource.com Git - qemu-xen-4.4-testing.git/commitdiff
CRIS: linux-user ERP compensation not needed anymore.
authoredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 8 Oct 2008 14:26:58 +0000 (14:26 +0000)
committeredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 8 Oct 2008 14:26:58 +0000 (14:26 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5449 c046a42c-6fe2-441c-8c8c-71466251a162

linux-user/main.c

index 8cfef669d533ddad622cf41b3a87f0b6c47eb533..fef4bf70d147a9ec3bfea2ce3b6e43f598f2d0ae 100644 (file)
@@ -1966,7 +1966,6 @@ void cpu_loop (CPUState *env)
                              env->pregs[7], 
                              env->pregs[11]);
             env->regs[10] = ret;
-            env->pc += 2;
             break;
         case EXCP_DEBUG:
             {