mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
Rename SEGALIGN to SECTALIGN
"sectalign" is preferred over "segalign" since it operates over section attributes. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
@@ -50,7 +50,7 @@ int null_directive(enum directives directive, char *value, int pass)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void null_segalign(int32_t seg, int value)
|
||||
void null_sectalign(int32_t seg, unsigned int value)
|
||||
{
|
||||
(void)seg;
|
||||
(void)value;
|
||||
|
Reference in New Issue
Block a user