mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
Merge 90ec3948db into b2734a91bd
This commit is contained in:
commit
e686edb392
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue