From 930d4b0671ace705b225e1e4cd9fb1851806608c Mon Sep 17 00:00:00 2001 From: schulz Date: Sun, 11 May 2008 21:12:57 +0000 Subject: [PATCH] on PowerPC machines the stack has to be aligned on 16-byte boundary. ALWAYS. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@28670 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/ppc-all/include/aros/ppc/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/ppc-all/include/aros/ppc/cpu.h b/arch/ppc-all/include/aros/ppc/cpu.h index 769161f56..3f853592c 100644 --- a/arch/ppc-all/include/aros/ppc/cpu.h +++ b/arch/ppc-all/include/aros/ppc/cpu.h @@ -232,7 +232,7 @@ extern void _aros_not_implemented (char *); "mr 5,%5\n\t" \ "stw 1,%1\n\t" \ "mflr 0\n\t" \ - "stwu 1,-12(1)\n\t" \ + "stwu 1,-16(1)\n\t" \ "stw 0,8(1)\n\t" \ "mr 0,%2\n\t" \ "mtlr 0\n\t" \ -- 2.11.4.GIT