]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/exec/user/abitypes.h
linux-user: remove useless padding in flock64 structure
[mirror_qemu.git] / include / exec / user / abitypes.h
index ba188608c2da6aa93b4638e9bdf947d7f8ed450d..743b8bb9eac1263c68562d35de4d45a72afa3f7a 100644 (file)
@@ -15,7 +15,7 @@
 #define ABI_LLONG_ALIGNMENT 2
 #endif
 
-#if defined(TARGET_I386) && !defined(TARGET_X86_64)
+#if (defined(TARGET_I386) && !defined(TARGET_X86_64)) || defined(TARGET_SH4)
 #define ABI_LLONG_ALIGNMENT 4
 #endif