mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
tcg: Change tb_target_set_jmp_target arguments
Replace 'tc_ptr' and 'addr' with 'tb' and 'n'. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
9da6079b26
commit
0fe1c98da9
17 changed files with 61 additions and 36 deletions
|
@ -206,7 +206,8 @@ extern bool use_mips32r2_instructions;
|
|||
#define TCG_TARGET_HAS_MEMORY_BSWAP 1
|
||||
|
||||
/* not defined -- call should be eliminated at compile time */
|
||||
void tb_target_set_jmp_target(uintptr_t, uintptr_t, uintptr_t, uintptr_t)
|
||||
void tb_target_set_jmp_target(const TranslationBlock *tb, int n,
|
||||
uintptr_t, uintptr_t)
|
||||
QEMU_ERROR("code path is reachable");
|
||||
|
||||
#define TCG_TARGET_NEED_LDST_LABELS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue