aboutsummaryrefslogtreecommitdiffstats
path: root/exec-all.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-05-11 00:44:05 +0200
committerDavid 'Digit' Turner <digit@android.com>2011-06-01 17:08:19 +0200
commitf645f7d6fd841e39524e5df8c1a7fd8347f92ac1 (patch)
tree53964a1f9e70c88630277888904f41c35b217ffd /exec-all.h
parentf0753acaab4309557754ec19d3e839fe6b5e356c (diff)
downloadexternal_qemu-f645f7d6fd841e39524e5df8c1a7fd8347f92ac1.zip
external_qemu-f645f7d6fd841e39524e5df8c1a7fd8347f92ac1.tar.gz
external_qemu-f645f7d6fd841e39524e5df8c1a7fd8347f92ac1.tar.bz2
cpu_restore_state: remove un-necessary argument.
Change-Id: I01cef0743cc9db9d21c2b7feb9f2a877ac4d2b35
Diffstat (limited to 'exec-all.h')
-rw-r--r--exec-all.h6
1 files changed, 1 insertions, 5 deletions
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,