mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-18 18:05:21 +00:00
fix coff symbol table decoding
This commit is contained in:
parent
a5837cd989
commit
061b9512f3
@ -165,7 +165,7 @@ struct external_syment
|
|||||||
uint16_t e_type;
|
uint16_t e_type;
|
||||||
char e_sclass[1];
|
char e_sclass[1];
|
||||||
char e_numaux[1];
|
char e_numaux[1];
|
||||||
};
|
} __attribute__((packed));
|
||||||
|
|
||||||
#define N_BTMASK (0xf)
|
#define N_BTMASK (0xf)
|
||||||
#define N_TMASK (0x30)
|
#define N_TMASK (0x30)
|
||||||
|
Loading…
Reference in New Issue
Block a user