mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
a8cd70fc4e
commit
dfe5fff3ea
10 changed files with 28 additions and 23 deletions
|
@ -75,7 +75,7 @@ extern int printf(const char *, ...);
|
|||
#define AREG1 "s0"
|
||||
#define AREG2 "s1"
|
||||
#elif defined(__sparc__)
|
||||
#ifdef HOST_SOLARIS
|
||||
#ifdef CONFIG_SOLARIS
|
||||
#define AREG0 "g2"
|
||||
#define AREG1 "g3"
|
||||
#define AREG2 "g4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue