diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-07-18 21:23:34 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-07-18 21:23:34 +0000 |
commit | 74ccb34e6b52d06d577b5e3695d86d7f440431df (patch) | |
tree | 365c29d79163c3a3d841f03786b526ae989df119 /cpu-all.h | |
parent | 5ef54116ea1c576995f0074b71400bf7bda08cf1 (diff) |
Sparc64 host support (Blue Swirl)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2064 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-all.h')
-rw-r--r-- | cpu-all.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -971,7 +971,7 @@ static inline int64_t cpu_get_real_ticks(void) return val; } -#elif defined(__sparc__) && defined(HOST_SOLARIS) +#elif defined(__sparc_v9__) static inline int64_t cpu_get_real_ticks (void) { |