mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
[CMLIB]
- Fix an assert that only works by chance svn path=/trunk/; revision=74628
This commit is contained in:
@@ -33,7 +33,7 @@ HvpGetCellHeader(
|
||||
}
|
||||
else
|
||||
{
|
||||
ASSERT((CellIndex & HCELL_TYPE_MASK) == Stable);
|
||||
ASSERT(HvGetCellType(CellIndex) == Stable);
|
||||
return (PVOID)((ULONG_PTR)RegistryHive->BaseBlock + HBLOCK_SIZE +
|
||||
CellIndex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user