Question is what is its?

svn path=/trunk/; revision=32771
This commit is contained in:
James Tabor 2008-03-27 01:41:27 +00:00
parent b9e079bdfb
commit 46599eb3f0

View file

@ -874,7 +874,7 @@ ExpLockHandleTableEntry(IN PHANDLE_TABLE HandleTable,
for (;;)
{
/* Get the current value and check if it's locked */
OldValue = *(volatile LONG_PTRits *)&HandleTableEntry->Object;
OldValue = *(volatile LONG_PTR *)&HandleTableEntry->Object;
if (OldValue & EXHANDLE_TABLE_ENTRY_LOCK_BIT)
{
/* It's not locked, remove the lock bit to lock it */