From: Blue Swirl Date: Sat, 25 Apr 2009 16:28:27 +0000 (+0000) Subject: Fix a warning in sparc64-linux-user build X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9c22a6239643c9687979871580677db57c681daa;p=qemu.git Fix a warning in sparc64-linux-user build --- diff --git a/target-sparc/op_helper.c b/target-sparc/op_helper.c index b434593b29..5f86b33043 100644 --- a/target-sparc/op_helper.c +++ b/target-sparc/op_helper.c @@ -39,7 +39,7 @@ do { printf("ASI: " fmt , ##args); } while (0) #endif #endif -#ifdef TARGET_SPARC64 +#if defined(TARGET_SPARC64) && !defined(CONFIG_USER_ONLY) // Calculates TSB pointer value for fault page size 8k or 64k static uint64_t ultrasparc_tsb_pointer(uint64_t tsb_register, uint64_t tag_access_register,