[*] Update Hello System test to account for sections without a module
This commit is contained in:
parent
78467d629d
commit
6a430b5f3f
@ -1 +1 @@
|
||||
Subproject commit 52983989b5f426700992104101069e7f2a04fbe4
|
||||
Subproject commit a66fb2c5107487287fd6a7c2223efd92c63813f8
|
@ -81,7 +81,7 @@ static void DumpAddressSpace()
|
||||
for (const auto &mod : AuProcess::DumpExecutableAll())
|
||||
{
|
||||
auto temp = mod.moduleMeta.lock();
|
||||
if (temp != moduleMeta)
|
||||
if (temp != moduleMeta && temp)
|
||||
{
|
||||
moduleMeta = temp;
|
||||
AuLogInfo("Module: {} ({}) @ 0x{:x} (0x{:x})", temp->moduleMeta->moduleName, temp->moduleMeta->modulePath, temp->moduleMeta->moduleBase, temp->moduleMeta->origVa);
|
||||
|
Loading…
Reference in New Issue
Block a user