This commit is contained in:
Herman Semenoff 2026-07-31 16:46:20 +03:00 committed by GitHub
commit e686edb392
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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