mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
[ARM]: The text section is called ".text", not "text". This caused any ARM assembly to create a new section in the PE and waste 4KB.
svn path=/trunk/; revision=49727
This commit is contained in:
parent
9dfdc0c94c
commit
a93c65e3fe
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
.macro TEXTAREA
|
||||
.section text, "rx"
|
||||
.section .text, "rx"
|
||||
.align 2
|
||||
.endm
|
||||
|
||||
|
|
Loading…
Reference in a new issue