mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 11:21:54 +00:00
parent
b754e4fc1e
commit
30d70e71b3
2
thunk.h
2
thunk.h
@ -113,7 +113,7 @@ static inline int thunk_type_size(const argtype *type_ptr, int is_host)
|
|||||||
defined(HOST_PARISC) || defined(HOST_SPARC64)
|
defined(HOST_PARISC) || defined(HOST_SPARC64)
|
||||||
return 4;
|
return 4;
|
||||||
#elif defined(HOST_PPC)
|
#elif defined(HOST_PPC)
|
||||||
return TARGET_ABI_BITS / 8;
|
return HOST_LONG_SIZE;
|
||||||
#else
|
#else
|
||||||
return 2;
|
return 2;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user