summary refs log tree commit diff stats
path: root/include/qemu/stats64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/stats64.h')
-rw-r--r--include/qemu/stats64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/stats64.h b/include/qemu/stats64.h
index fdd3d1b8f9..802402254b 100644
--- a/include/qemu/stats64.h
+++ b/include/qemu/stats64.h
@@ -21,7 +21,7 @@
 
 typedef struct Stat64 {
 #ifdef CONFIG_ATOMIC64
-    uint64_t value;
+    aligned_uint64_t value;
 #else
     uint32_t low, high;
     uint32_t lock;