diff options
| author | Richard Henderson <rth@twiddle.net> | 2015-08-27 18:17:40 -0700 |
|---|---|---|
| committer | Richard Henderson <rth@twiddle.net> | 2015-10-07 20:36:49 +1100 |
| commit | fec88f64bda27846add83e924c8f4def9d94e068 (patch) | |
| tree | b4598708f068473e4386d96dd066a4b3a581760a /include/exec/exec-all.h | |
| parent | a3d5ad761cafc669e25f4185e63d8d758a989135 (diff) | |
| download | focaccia-qemu-fec88f64bda27846add83e924c8f4def9d94e068.tar.gz focaccia-qemu-fec88f64bda27846add83e924c8f4def9d94e068.zip | |
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/exec-all.h')
| -rw-r--r-- | include/exec/exec-all.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/exec/exec-all.h b/include/exec/exec-all.h index a3719b7f0d..5340745b0a 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); |