mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:46:06 +00:00
[CMLIB]
- Fix an assert that only works by chance svn path=/trunk/; revision=74628
This commit is contained in:
parent
ea547f81f4
commit
bb1fb70eb3
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ HvpGetCellHeader(
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ASSERT((CellIndex & HCELL_TYPE_MASK) == Stable);
|
ASSERT(HvGetCellType(CellIndex) == Stable);
|
||||||
return (PVOID)((ULONG_PTR)RegistryHive->BaseBlock + HBLOCK_SIZE +
|
return (PVOID)((ULONG_PTR)RegistryHive->BaseBlock + HBLOCK_SIZE +
|
||||||
CellIndex);
|
CellIndex);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue