mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
Restore the adjusted symbol id start
This commit is contained in:
parent
73320328c1
commit
2b320bcab9
@ -116,7 +116,7 @@ extern struct ofmt of_elf;
|
||||
#define SYM_DATA 0x01
|
||||
#define SYM_FUNCTION 0x02
|
||||
|
||||
#define GLOBAL_TEMP_BASE 6 /* bigger than any constant sym id */
|
||||
#define GLOBAL_TEMP_BASE 16 /* bigger than any constant sym id */
|
||||
|
||||
#define SEG_ALIGN 16 /* alignment of sections in file */
|
||||
#define SEG_ALIGN_1 (SEG_ALIGN-1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user