]> git.proxmox.com Git - qemu.git/blobdiff - target-m68k/op_helper.c
Remove unused function parameter from cpu_restore_state
[qemu.git] / target-m68k / op_helper.c
index 07111073f81af975e90ed6f190feba3ecbf4e53c..9b13bdbcc24680fe2f7770b0eb5f6df4045353a8 100644 (file)
@@ -68,7 +68,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();