- fixed dbg
- exception stacksize can be larger than 32kB - debugger entry on ctrl-c inside debugger terminal git-svn-id: http://moon:8086/svn/mips@78 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -16,7 +16,7 @@ symbol: .frame sp, 0, ra
|
||||
|
||||
/* Exception stack size */
|
||||
#ifndef XCP_SIZE
|
||||
#define XCP_SIZE 32768
|
||||
#define XCP_SIZE 65536
|
||||
#endif
|
||||
|
||||
/* save location for registers */
|
||||
|
||||
Reference in New Issue
Block a user