diff --git a/output/codeview.c b/output/codeview.c index 553cb7353..0b97d5aa9 100644 --- a/output/codeview.c +++ b/output/codeview.c @@ -85,8 +85,8 @@ enum symbol_type { }; struct cv8_symbol { - enum symbol_type type; char *name; + enum symbol_type type; uint32_t secrel; uint16_t section;