diff options
Diffstat (limited to 'target-s390x')
-rw-r--r-- | target-s390x/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h index f8f0c82c6f..e192b50c73 100644 --- a/target-s390x/cpu.h +++ b/target-s390x/cpu.h @@ -698,7 +698,7 @@ typedef struct LowCore /* align to the top of the prefix area */ uint8_t pad18[0x2000-0x1400]; /* 0x1400 */ -} __attribute__((packed)) LowCore; +} QEMU_PACKED LowCore; /* STSI */ #define STSI_LEVEL_MASK 0x00000000f0000000ULL |