const STACK: type = if (is_mips) 0x40000 else 0x20000;
[src]
give out an address that is best suited for process/thread stacks
const STACK: type = if (is_mips) 0x40000 else 0x20000;
give out an address that is best suited for process/thread stacks