aboutsummaryrefslogtreecommitdiffstats
path: root/exec-all.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-05-10 17:49:00 +0200
committerDavid 'Digit' Turner <digit@android.com>2011-06-01 17:08:18 +0200
commitd3d4468189618e89f74d8f51b8470f277e000938 (patch)
tree90b44e7f665d923b07646f943448883fbfb08809 /exec-all.h
parent1f9ec0fce52197ce8da52f691f7ff78ab4a5fa93 (diff)
downloadexternal_qemu-d3d4468189618e89f74d8f51b8470f277e000938.zip
external_qemu-d3d4468189618e89f74d8f51b8470f277e000938.tar.gz
external_qemu-d3d4468189618e89f74d8f51b8470f277e000938.tar.bz2
translate-all.c: minor integrate
Diffstat (limited to 'exec-all.h')
-rw-r--r--exec-all.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/exec-all.h b/exec-all.h
index d2cadd4..2322c07 100644
--- a/exec-all.h
+++ b/exec-all.h
@@ -60,8 +60,7 @@ extern uint32_t gen_opc_hflags[OPC_BUF_SIZE];
void gen_intermediate_code(CPUState *env, struct TranslationBlock *tb);
void gen_intermediate_code_pc(CPUState *env, struct TranslationBlock *tb);
-void gen_pc_load(CPUState *env, struct TranslationBlock *tb,
- unsigned long searched_pc, int pc_pos, void *puc);
+void restore_state_to_opc(CPUState *env, struct TranslationBlock *tb, int pc_pos);
unsigned long code_gen_max_block_size(void);
void cpu_gen_init(void);