mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-21 09:30:55 +00:00
Set ApplZone global (ARMCFront)
This commit is contained in:
parent
e4ad003bc7
commit
3e64b3e087
@ -393,6 +393,8 @@ void GlobalInit()
|
||||
|
||||
// 0x0130 -- ApplLimit
|
||||
memoryWriteLong(Flags.memorySize - Flags.stackSize - 1, MacOS::ApplLimit);
|
||||
memoryWriteLong(kGlobalSize, MacOS::ApplZone);
|
||||
memoryWriteLong(Flags.memorySize - 1, MacOS::BufPtr);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user