mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-08 04:15:36 +00:00
always define TARGET_ABI32 if 32 bit user
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3643 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a03e2d421e
commit
4683b130e5
@ -20,6 +20,10 @@ typedef target_long abi_long;
|
|||||||
#define TARGET_ABI_FMT_ld TARGET_FMT_ld
|
#define TARGET_ABI_FMT_ld TARGET_FMT_ld
|
||||||
#define TARGET_ABI_FMT_lu TARGET_FMT_lu
|
#define TARGET_ABI_FMT_lu TARGET_FMT_lu
|
||||||
#define TARGET_ABI_BITS TARGET_LONG_BITS
|
#define TARGET_ABI_BITS TARGET_LONG_BITS
|
||||||
|
/* for consistency, define ABI32 too */
|
||||||
|
#if TARGET_ABI_BITS == 32
|
||||||
|
#define TARGET_ABI32 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "thunk.h"
|
#include "thunk.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user