mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03: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
|
@ -77,6 +77,8 @@ static TCGv cpu_fregs[32];
|
|||
/* internal register indexes */
|
||||
static TCGv cpu_flags, cpu_delayed_pc;
|
||||
|
||||
static uint32_t gen_opc_hflags[OPC_BUF_SIZE];
|
||||
|
||||
#include "gen-icount.h"
|
||||
|
||||
static void sh4_translate_init(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue