]> Git Repo - qemu.git/blobdiff - target-openrisc/exception.c
cpu-exec: Change cpu_loop_exit() argument to CPUState
[qemu.git] / target-openrisc / exception.c
index b96f3f89630761e5caefaad04ea3c564776a3524..74652a58f6920609e71e90b70a81caf6009d6c2d 100644 (file)
@@ -25,5 +25,5 @@ void QEMU_NORETURN raise_exception(OpenRISCCPU *cpu, uint32_t excp)
     CPUState *cs = CPU(cpu);
 
     cs->exception_index = excp;
-    cpu_loop_exit(&cpu->env);
+    cpu_loop_exit(cs);
 }
This page took 0.022527 seconds and 4 git commands to generate.