From 061b9512f319f2019e8f6969c6b2bbf3901c4d52 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Wed, 24 Nov 2004 22:48:38 +0000 Subject: [PATCH] fix coff symbol table decoding --- SheepShaver/src/kpx_cpu/include/a.out-defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)