mirror of https://github.com/xemu-project/xemu.git
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
|
@ -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…
Reference in New Issue