{PORTCLS]

forgot this one

svn path=/trunk/; revision=56329
This commit is contained in:
Timo Kreuzer 2012-04-03 14:56:58 +00:00
parent 21f3574c5d
commit 9630a8bd29

View file

@ -217,7 +217,7 @@ CDmaChannelInit::PhysicalAddress(
PHYSICAL_ADDRESS Result;
Address->QuadPart = m_Address.QuadPart;
Result.QuadPart = (PtrToUlong(Address));
Result.QuadPart = (ULONG_PTR)Address;
return Result;
}