mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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>
This commit is contained in:
parent
590bf491a4
commit
239fda311a
6 changed files with 4 additions and 22 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue