fix coff symbol table decoding

This commit is contained in:
gbeauche 2004-11-24 22:48:38 +00:00
parent a5837cd989
commit 061b9512f3

View File

@ -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)