Oops, ".align 4" for the data section in the previous commit should

have been ".p2align 4".  This bug is cosmetic since the data section
happens to be empty.
This commit is contained in:
Bruce Evans 2004-05-24 12:42:16 +00:00
parent 835f983348
commit d7d197e0f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129656

View file

@ -309,7 +309,7 @@ ENTRY(fork_trampoline)
#ifdef IA32
.data
.align 4
.p2align 4
.text
SUPERALIGN_TEXT
@ -317,7 +317,7 @@ ENTRY(fork_trampoline)
#endif
.data
.align 4
.p2align 4
.text
SUPERALIGN_TEXT
MCOUNT_LABEL(bintr)
@ -326,7 +326,7 @@ MCOUNT_LABEL(bintr)
#ifdef DEV_ATPIC
.data
.align 4
.p2align 4
.text
SUPERALIGN_TEXT