diff options
Diffstat (limited to 'sys/boot/powerpc/ofw/start.c')
-rw-r--r-- | sys/boot/powerpc/ofw/start.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/powerpc/ofw/start.c b/sys/boot/powerpc/ofw/start.c index 1988b3c..911a2ec 100644 --- a/sys/boot/powerpc/ofw/start.c +++ b/sys/boot/powerpc/ofw/start.c @@ -40,6 +40,7 @@ void startup(void *, int, int (*)(void *), char *, int); __asm(" \n\ .data \n\ + .align 4 \n\ stack: \n\ .space 16388 \n\ \n\ |