tcg: Widen tcg_gen_code pc_start argument to uint64_t
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
ddfdd4178b
commit
76cef4b233
@ -852,7 +852,7 @@ void tcg_register_thread(void);
|
||||
void tcg_prologue_init(TCGContext *s);
|
||||
void tcg_func_start(TCGContext *s);
|
||||
|
||||
int tcg_gen_code(TCGContext *s, TranslationBlock *tb, target_ulong pc_start);
|
||||
int tcg_gen_code(TCGContext *s, TranslationBlock *tb, uint64_t pc_start);
|
||||
|
||||
void tb_target_set_jmp_target(const TranslationBlock *, int,
|
||||
uintptr_t, uintptr_t);
|
||||
|
Loading…
Reference in New Issue
Block a user