summaryrefslogtreecommitdiffstats
path: root/include/exec
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2015-08-27 18:17:40 -0700
committerRichard Henderson <rth@twiddle.net>2015-10-07 20:36:49 +1100
commitfec88f64bda27846add83e924c8f4def9d94e068 (patch)
treeb4598708f068473e4386d96dd066a4b3a581760a /include/exec
parenta3d5ad761cafc669e25f4185e63d8d758a989135 (diff)
downloadhqemu-fec88f64bda27846add83e924c8f4def9d94e068.zip
hqemu-fec88f64bda27846add83e924c8f4def9d94e068.tar.gz
tcg: Merge cpu_gen_code into tb_gen_code
As it's only caller, this tidies things a bit. Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'include/exec')
-rw-r--r--include/exec/exec-all.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/exec/exec-all.h b/include/exec/exec-all.h
index a3719b7..5340745 100644
--- a/include/exec/exec-all.h
+++ b/include/exec/exec-all.h
@@ -78,8 +78,6 @@ void restore_state_to_opc(CPUArchState *env, struct TranslationBlock *tb,
int pc_pos);
void cpu_gen_init(void);
-int cpu_gen_code(CPUArchState *env, struct TranslationBlock *tb,
- int *gen_code_size_ptr);
bool cpu_restore_state(CPUState *cpu, uintptr_t searched_pc);
void page_size_init(void);
OpenPOWER on IntegriCloud