From f645f7d6fd841e39524e5df8c1a7fd8347f92ac1 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Wed, 11 May 2011 00:44:05 +0200 Subject: cpu_restore_state: remove un-necessary argument. Change-Id: I01cef0743cc9db9d21c2b7feb9f2a877ac4d2b35 --- exec-all.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'exec-all.h') diff --git a/exec-all.h b/exec-all.h index 2322c07..b680b4e 100644 --- a/exec-all.h +++ b/exec-all.h @@ -67,11 +67,7 @@ void cpu_gen_init(void); int cpu_gen_code(CPUState *env, struct TranslationBlock *tb, int *gen_code_size_ptr); int cpu_restore_state(struct TranslationBlock *tb, - CPUState *env, unsigned long searched_pc, - void *puc); -int cpu_restore_state_copy(struct TranslationBlock *tb, - CPUState *env, unsigned long searched_pc, - void *puc); + CPUState *env, unsigned long searched_pc); void cpu_resume_from_signal(CPUState *env1, void *puc); void cpu_io_recompile(CPUState *env, void *retaddr); TranslationBlock *tb_gen_code(CPUState *env, -- cgit v1.1