mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 18:23:21 +00:00
{PORTCLS]
forgot this one svn path=/trunk/; revision=56329
This commit is contained in:
parent
21f3574c5d
commit
9630a8bd29
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue