kernel explorer typo fix

This commit is contained in:
Eladash 2019-07-13 12:31:33 +03:00 committed by Nekotekina
parent c01f1a8968
commit 1e2f81dd33

View file

@ -241,7 +241,7 @@ void kernel_explorer::Update()
}
case SYS_LWCOND_OBJECT:
{
auto& lwc = static_cast<lv2_cond&>(obj);
auto& lwc = static_cast<lv2_lwcond&>(obj);
l_addTreeChild(node, qstr(fmt::format("LWCond: ID = 0x%08x \"%s\", Waiters = %zu", id, +name64(lwc.name), +lwc.waiters)));
break;
}