mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
tcg-ia64: Provide default GUEST_BASE.
Fix compilation error when GUEST_BASE is not defined. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Edgar E. Iglesias <edgar@axis.com>
This commit is contained in:
parent
0909cbde9a
commit
255108c0e3
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ static const char * const tcg_target_reg_names[TCG_TARGET_NB_REGS] = {
|
|||
#else
|
||||
#define TCG_GUEST_BASE_REG TCG_REG_R0
|
||||
#endif
|
||||
#ifndef GUEST_BASE
|
||||
#define GUEST_BASE 0
|
||||
#endif
|
||||
|
||||
/* Branch registers */
|
||||
enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue