mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
outmacho.mac: fix typo in subsections_via_symbols
subsections_via_symbols is plural for both nouns. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
b786f66c2e
commit
fc7c5c3967
@ -36,7 +36,7 @@ OUT: macho macho32 macho64
|
||||
%macro __NASM_CDecl__ 1
|
||||
%endmacro
|
||||
|
||||
; This directive sets the MH_SUBSECTION_VIA_SYMBOLS header flag
|
||||
%imacro subsection_via_symbols 0
|
||||
; This directive sets the MH_SUBSECTIONS_VIA_SYMBOLS header flag
|
||||
%imacro subsections_via_symbols 0
|
||||
[%?]
|
||||
%endmacro
|
||||
|
Loading…
Reference in New Issue
Block a user