mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-09 08:15:46 +00:00
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__
|
#define __CPU_PPC_H__
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <stdint.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
#if defined(TARGET_PPC64) || (HOST_LONG_BITS >= 64)
|
#if defined(TARGET_PPC64) || (HOST_LONG_BITS >= 64)
|
||||||
/* When using 64 bits temporary registers,
|
/* When using 64 bits temporary registers,
|
||||||
|
Loading…
Reference in New Issue
Block a user