diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2010-06-03 19:29:31 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-06-09 16:10:50 +0200 |
commit | 239fda311a6f7784bc4f732795722c909b835651 (patch) | |
tree | 902189f0c4ba2df299614e1f88cb1b454db6471c /exec-all.h | |
parent | Fix multiboot compilation (diff) | |
download | qemu-kvm-239fda311a6f7784bc4f732795722c909b835651.tar.gz qemu-kvm-239fda311a6f7784bc4f732795722c909b835651.tar.bz2 qemu-kvm-239fda311a6f7784bc4f732795722c909b835651.zip |
tcg: get rid of copy_size in TCGOpDef
copy_size is a left-over from the dyngen era, remove it.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'exec-all.h')
-rw-r--r-- | exec-all.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exec-all.h b/exec-all.h index 4565dd060..a775582be 100644 --- a/exec-all.h +++ b/exec-all.h @@ -80,7 +80,6 @@ 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); -unsigned long code_gen_max_block_size(void); void cpu_gen_init(void); int cpu_gen_code(CPUState *env, struct TranslationBlock *tb, int *gen_code_size_ptr); |