mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
tcg: Move tci_tb_ptr to -common
This requires global visibility to common code. Move to tcg-common. Cc: Stefan Weil <sw@weilnetz.de> Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com> Message-Id: <cb0340eba225ab4945aa6cf7c9013f33aa05bcf8.1441614289.git.crosthwaite.peter@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
7d8f787d9d
commit
162e992270
2 changed files with 4 additions and 6 deletions
6
tci.c
6
tci.c
|
@ -52,12 +52,6 @@ typedef uint64_t (*helper_function)(tcg_target_ulong, tcg_target_ulong,
|
|||
tcg_target_ulong);
|
||||
#endif
|
||||
|
||||
/* Targets which don't use GETPC also don't need tci_tb_ptr
|
||||
which makes them a little faster. */
|
||||
#if defined(GETPC)
|
||||
uintptr_t tci_tb_ptr;
|
||||
#endif
|
||||
|
||||
static tcg_target_ulong tci_reg[TCG_TARGET_NB_REGS];
|
||||
|
||||
static tcg_target_ulong tci_read_reg(TCGReg index)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue