]> git.proxmox.com Git - qemu.git/blobdiff - target-lm32/op_helper.c
Remove unused function parameter from cpu_restore_state
[qemu.git] / target-lm32 / op_helper.c
index e84ba488be33d9a2b3e540c8932430a49da78ddb..c72b1df47b1bc2fcc56337f8814dccd4acbfb266 100644 (file)
@@ -95,7 +95,7 @@ void tlb_fill(target_ulong addr, int is_write, int mmu_idx, void *retaddr)
             if (tb) {
                 /* the PC is inside the translated code. It means that we have
                    a virtual CPU fault */
-                cpu_restore_state(tb, env, pc, NULL);
+                cpu_restore_state(tb, env, pc);
             }
         }
         cpu_loop_exit();