]> git.proxmox.com Git - qemu.git/blobdiff - include/exec/cpu-defs.h
elfload: use abi_int/uint instead of target_int/uint
[qemu.git] / include / exec / cpu-defs.h
index d376f0f50639b3e7d1b8e1c2f195fc8c52bce826..2aa933156a66940f4d19c54ede8d66b393fea7f2 100644 (file)
@@ -36,8 +36,6 @@
 
 #define TARGET_LONG_SIZE (TARGET_LONG_BITS / 8)
 
-typedef int32_t target_int __attribute__((aligned(TARGET_INT_ALIGNMENT)));
-typedef uint32_t target_uint __attribute__((aligned(TARGET_INT_ALIGNMENT)));
 typedef int64_t target_llong __attribute__((aligned(TARGET_LLONG_ALIGNMENT)));
 typedef uint64_t target_ullong __attribute__((aligned(TARGET_LLONG_ALIGNMENT)));
 /* target_ulong is the type of a virtual address */