summaryrefslogtreecommitdiff
path: root/pal.S
diff options
context:
space:
mode:
Diffstat (limited to 'pal.S')
-rw-r--r--pal.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/pal.S b/pal.S
index 1d579aa..c314bd7 100644
--- a/pal.S
+++ b/pal.S
@@ -1905,7 +1905,7 @@ Sys_EnterConsole:
* Allocate the initial bootup stack.
*/
- .section .bss
+ .section .bss.stack
.align 3
.globl stack
.type stack,@object