File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
657658The defaults assumed by NASM if you do not specify the above
You can’t perform that action at this time.
0 commit comments