mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 20:32:18 +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
|
.macro TEXTAREA
|
||||||
.section text, "rx"
|
.section .text, "rx"
|
||||||
.align 2
|
.align 2
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue