diff options
author | malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-18 01:42:22 +0000 |
---|---|---|
committer | malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-18 01:42:22 +0000 |
commit | b29fe3ed48c72e6a30a29c7fbdf3b841c59551c5 (patch) | |
tree | 9e7d103d523da09947398564fae5f90c9297121e /tcg/tcg.c | |
parent | 14f87098c07c33cc46fb7510be739e63c3a9be07 (diff) | |
download | qemu-b29fe3ed48c72e6a30a29c7fbdf3b841c59551c5.tar.gz qemu-b29fe3ed48c72e6a30a29c7fbdf3b841c59551c5.tar.bz2 qemu-b29fe3ed48c72e6a30a29c7fbdf3b841c59551c5.zip |
Preliminary AIX support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5732 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg/tcg.c')
-rw-r--r-- | tcg/tcg.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ #ifdef _WIN32 #include <malloc.h> #endif +#ifdef _AIX +#include <alloca.h> +#endif #include "config.h" #include "qemu-common.h" |