diff --git a/SheepShaver/src/kpx_cpu/include/a.out-defs.h b/SheepShaver/src/kpx_cpu/include/a.out-defs.h index 873031c7..c01cd81c 100644 --- a/SheepShaver/src/kpx_cpu/include/a.out-defs.h +++ b/SheepShaver/src/kpx_cpu/include/a.out-defs.h @@ -165,7 +165,7 @@ struct external_syment uint16_t e_type; char e_sclass[1]; char e_numaux[1]; -}; +} __attribute__((packed)); #define N_BTMASK (0xf) #define N_TMASK (0x30)