mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
Preliminary AIX support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5732 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
14f87098c0
commit
b29fe3ed48
7 changed files with 79 additions and 4 deletions
|
@ -50,8 +50,10 @@ these four paragraphs for those parts of this code that are retained.
|
|||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue