Fix a warning in sparc64-linux-user build

This commit is contained in:
Blue Swirl 2009-04-25 16:28:27 +00:00
parent 48e77a3653
commit 9c22a62396

View File

@ -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,