]> git.proxmox.com Git - qemu.git/blobdiff - translate-all.c
Remove unused function parameter from cpu_restore_state
[qemu.git] / translate-all.c
index 97668b2c8e2a828c92c52f47d86234a43c5dffe1..2ca190ca8fe8ab010200f7280dca0bbac20f5bb6 100644 (file)
@@ -112,8 +112,7 @@ int cpu_gen_code(CPUState *env, TranslationBlock *tb, int *gen_code_size_ptr)
 /* The cpu state corresponding to 'searched_pc' is restored.
  */
 int cpu_restore_state(TranslationBlock *tb,
-                      CPUState *env, unsigned long searched_pc,
-                      void *puc)
+                      CPUState *env, unsigned long searched_pc)
 {
     TCGContext *s = &tcg_ctx;
     int j;