summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/core/stack.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/core/stack.S')
-rw-r--r--src/arch/i386/core/stack.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/core/stack.S b/src/arch/i386/core/stack.S
index c2d138aa..da66d239 100644
--- a/src/arch/i386/core/stack.S
+++ b/src/arch/i386/core/stack.S
@@ -4,7 +4,7 @@
* Internal stack
****************************************************************************
*/
- .section ".stack"
+ .section ".stack", "aw", @nobits
.align 8
.globl _stack
_stack: