mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
remove TARGET_* defines from translate-all.c
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
98835fe30f
commit
1a7ff92218
6 changed files with 9 additions and 12 deletions
|
@ -66,6 +66,9 @@ static TCGv_i64 cpu_tmp64;
|
|||
/* Floating point registers */
|
||||
static TCGv_i32 cpu_fpr[TARGET_FPREGS];
|
||||
|
||||
static target_ulong gen_opc_npc[OPC_BUF_SIZE];
|
||||
static target_ulong gen_opc_jump_pc[2];
|
||||
|
||||
#include "gen-icount.h"
|
||||
|
||||
typedef struct DisasContext {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue