mirror of
https://github.com/ksherlock/mpw.git
synced 2025-01-08 22:30:25 +00:00
increase default stack size for MrC
This commit is contained in:
parent
80be590e76
commit
d79f498cfd
@ -9,7 +9,7 @@ struct Settings {
|
|||||||
// command-line settings.
|
// command-line settings.
|
||||||
|
|
||||||
uint32_t memorySize = 16 * 1024 * 1024;
|
uint32_t memorySize = 16 * 1024 * 1024;
|
||||||
uint32_t stackSize = 16 * 1024;
|
uint32_t stackSize = 32 * 1024;
|
||||||
uint32_t machine = 68030;
|
uint32_t machine = 68030;
|
||||||
|
|
||||||
bool traceCPU = false;
|
bool traceCPU = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user