Revision 9c22a623 target-sparc/op_helper.c

b/target-sparc/op_helper.c
39 39
#endif
40 40
#endif
41 41

  
42
#ifdef TARGET_SPARC64
42
#if defined(TARGET_SPARC64) && !defined(CONFIG_USER_ONLY)
43 43
// Calculates TSB pointer value for fault page size 8k or 64k
44 44
static uint64_t ultrasparc_tsb_pointer(uint64_t tsb_register,
45 45
                                       uint64_t tag_access_register,

Also available in: Unified diff