mirror of https://github.com/xemu-project/xemu.git
CRIS: linux-user ERP compensation not needed anymore.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5449 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
cddffe3739
commit
a9fc4a7826
|
@ -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:
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue