commit | b29fe3ed48c72e6a30a29c7fbdf3b841c59551c5 | [log] [tgz] |
---|---|---|
author | malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | Tue Nov 18 01:42:22 2008 +0000 |
committer | malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | Tue Nov 18 01:42:22 2008 +0000 |
tree | 9e7d103d523da09947398564fae5f90c9297121e | |
parent | 14f87098c07c33cc46fb7510be739e63c3a9be07 [diff] [blame] |
Preliminary AIX support git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5732 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/fpu/softfloat.h b/fpu/softfloat.h index 5f95d06..8b28c17 100644 --- a/fpu/softfloat.h +++ b/fpu/softfloat.h
@@ -50,8 +50,10 @@ typedef uint8_t flag; typedef uint8_t uint8; typedef int8_t int8; +#ifndef _AIX typedef int uint16; typedef int int16; +#endif typedef unsigned int uint32; typedef signed int int32; typedef uint64_t uint64;