Skip to content

Commit 35ef2e2

Browse files
Igor GlücksmannH. Peter Anvin (Intel)
authored andcommitted
Fixed PDF doc line overflow
Resolved Conflicts: doc/nasmdoc.src Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
1 parent 69c2553 commit 35ef2e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/outfmt.src

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -645,13 +645,14 @@ It will get linked into the \c{.text} section anyway - see the info on
645645
\W{https://github.com/MicrosoftDocs/win32/blob/docs/desktop-src/Debug/pe-format.md#grouped-sections-object-only}\c{Grouped Sections}.
646646

647647
\c section .text$1 align=16 comdat=1:FirstFnc
648-
\c ... ; Code linked only if referenced from C
648+
\c ... ; Code linked only if referenced from C
649649
\c
650650
\c section .text$1 align=16 comdat=1:SecondFnc
651-
\c ... ; Code linked only if referenced from C
651+
\c ... ; Code linked only if referenced from C
652652
\c
653653
\c section .rdata align=32 comdat=5:FirstFnc
654-
\c ... ; Data linked only if the related code (FirstFnc) is linked
654+
\c ... ; Data linked onlyif the related code
655+
\c ; (FirstFnc) is linked
655656
\c
656657

657658
The defaults assumed by NASM if you do not specify the above

0 commit comments

Comments
 (0)