From 133df33e35e3af610ea9cd1eacde14020a2d1c9f Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Wed, 15 Apr 2009 14:04:59 +0000 Subject: [PATCH] - increased exception stack frame to 32kB Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@445 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/bsp/examples/xcpt_asm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CPUs/MIPS/bsp/examples/xcpt_asm.h b/lib/CPUs/MIPS/bsp/examples/xcpt_asm.h index 76f0bab..5735422 100644 --- a/lib/CPUs/MIPS/bsp/examples/xcpt_asm.h +++ b/lib/CPUs/MIPS/bsp/examples/xcpt_asm.h @@ -15,7 +15,7 @@ symbol: .frame sp, 0, ra .size function, .-function /* Exception stack size */ -#define XCP_SIZE 1024 +#define XCP_SIZE 32768 /* save location for registers */ #define XCP_SR 0