mirror of https://gitee.com/openkylin/qemu.git
Solaris host compilation fix by Shaddy Baddah.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2541 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
aa26bb2dac
commit
de270b3c7c
|
@ -21,7 +21,7 @@
|
|||
#define __CPU_PPC_H__
|
||||
|
||||
#include "config.h"
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#if defined(TARGET_PPC64) || (HOST_LONG_BITS >= 64)
|
||||
/* When using 64 bits temporary registers,
|
||||
|
|
Loading…
Reference in New Issue