mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
log MM::StackSpace
This commit is contained in:
parent
39d1a33483
commit
1dc96f1777
@ -423,9 +423,13 @@ namespace MM
|
||||
|
||||
uint32_t sp = cpuGetAReg(7);
|
||||
|
||||
Log("%04x StackSpace(%08x)\n", trap);
|
||||
|
||||
|
||||
SetMemError(0);
|
||||
|
||||
// find the pointer base...
|
||||
// todo -- call lower bound, then iter-- ?
|
||||
for (const auto & iter : PtrMap)
|
||||
{
|
||||
if (sp >= iter.first && sp < iter.first + iter.second)
|
||||
|
Loading…
Reference in New Issue
Block a user