- 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
This commit is contained in:
@@ -15,7 +15,7 @@ symbol: .frame sp, 0, ra
|
|||||||
.size function, .-function
|
.size function, .-function
|
||||||
|
|
||||||
/* Exception stack size */
|
/* Exception stack size */
|
||||||
#define XCP_SIZE 1024
|
#define XCP_SIZE 32768
|
||||||
|
|
||||||
/* save location for registers */
|
/* save location for registers */
|
||||||
#define XCP_SR 0
|
#define XCP_SR 0
|
||||||
|
|||||||
Reference in New Issue
Block a user