提交 9c22a623 编写于 作者: B Blue Swirl

Fix a warning in sparc64-linux-user build

上级 48e77a36
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册