projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48e77a3
)
Fix a warning in sparc64-linux-user build
author
Blue Swirl
<blauwirbel@gmail.com>
Sat, 25 Apr 2009 16:28:27 +0000
(16:28 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sat, 25 Apr 2009 16:28:27 +0000
(16:28 +0000)
target-sparc/op_helper.c
patch
|
blob
|
history
diff --git
a/target-sparc/op_helper.c
b/target-sparc/op_helper.c
index b434593b296fc576ae75c9bac013add87e857308..5f86b330436d1ec2a2259538aa150110cbda2d39 100644
(file)
--- 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
-#if
def 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,