Fix a warning in sparc64-linux-user build
This commit is contained in:
parent
48e77a3653
commit
9c22a62396
@ -39,7 +39,7 @@ do { printf("ASI: " fmt , ##args); } while (0)
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef TARGET_SPARC64
|
#if defined(TARGET_SPARC64) && !defined(CONFIG_USER_ONLY)
|
||||||
// Calculates TSB pointer value for fault page size 8k or 64k
|
// Calculates TSB pointer value for fault page size 8k or 64k
|
||||||
static uint64_t ultrasparc_tsb_pointer(uint64_t tsb_register,
|
static uint64_t ultrasparc_tsb_pointer(uint64_t tsb_register,
|
||||||
uint64_t tag_access_register,
|
uint64_t tag_access_register,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user