mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-21 09:02:00 -06:00
target/hppa: Don't use tcg_temp_local_new
This wasn't actually used at all, just some unused macro re-definitions. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
839a0ff284
commit
e3eb3dab50
1 changed files with 0 additions and 3 deletions
|
@ -35,7 +35,6 @@
|
||||||
#undef TCGv
|
#undef TCGv
|
||||||
#undef tcg_temp_new
|
#undef tcg_temp_new
|
||||||
#undef tcg_global_mem_new
|
#undef tcg_global_mem_new
|
||||||
#undef tcg_temp_local_new
|
|
||||||
#undef tcg_temp_free
|
#undef tcg_temp_free
|
||||||
|
|
||||||
#if TARGET_LONG_BITS == 64
|
#if TARGET_LONG_BITS == 64
|
||||||
|
@ -59,7 +58,6 @@
|
||||||
|
|
||||||
#define tcg_temp_new tcg_temp_new_i64
|
#define tcg_temp_new tcg_temp_new_i64
|
||||||
#define tcg_global_mem_new tcg_global_mem_new_i64
|
#define tcg_global_mem_new tcg_global_mem_new_i64
|
||||||
#define tcg_temp_local_new tcg_temp_local_new_i64
|
|
||||||
#define tcg_temp_free tcg_temp_free_i64
|
#define tcg_temp_free tcg_temp_free_i64
|
||||||
|
|
||||||
#define tcg_gen_movi_reg tcg_gen_movi_i64
|
#define tcg_gen_movi_reg tcg_gen_movi_i64
|
||||||
|
@ -155,7 +153,6 @@
|
||||||
#define TCGv_reg TCGv_i32
|
#define TCGv_reg TCGv_i32
|
||||||
#define tcg_temp_new tcg_temp_new_i32
|
#define tcg_temp_new tcg_temp_new_i32
|
||||||
#define tcg_global_mem_new tcg_global_mem_new_i32
|
#define tcg_global_mem_new tcg_global_mem_new_i32
|
||||||
#define tcg_temp_local_new tcg_temp_local_new_i32
|
|
||||||
#define tcg_temp_free tcg_temp_free_i32
|
#define tcg_temp_free tcg_temp_free_i32
|
||||||
|
|
||||||
#define tcg_gen_movi_reg tcg_gen_movi_i32
|
#define tcg_gen_movi_reg tcg_gen_movi_i32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue