Commit 255108c0 authored by Richard Henderson's avatar Richard Henderson Committed by Edgar E. Iglesias
Browse files

tcg-ia64: Provide default GUEST_BASE.



Fix compilation error when GUEST_BASE is not defined.

Signed-off-by: default avatarRichard Henderson <rth@twiddle.net>
Signed-off-by: default avatarEdgar E. Iglesias <edgar@axis.com>
parent 0909cbde
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 {