mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Sparc host update (Ben Taylor, Martin Bochnig)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2689 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
6083f93345
commit
3142255c62
4 changed files with 76 additions and 27 deletions
|
@ -1000,7 +1000,7 @@ static inline int64_t cpu_get_real_ticks(void)
|
|||
return val;
|
||||
}
|
||||
|
||||
#elif defined(__sparc_v9__)
|
||||
#elif defined(__sparc_v8plus__) || defined(__sparc_v8plusa__) || defined(__sparc_v9__)
|
||||
|
||||
static inline int64_t cpu_get_real_ticks (void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue