mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[USBOHCI]
- Not building before committing is also a hack CORE-9224 svn path=/trunk/; revision=74409
This commit is contained in:
parent
1bb6977402
commit
701f62c3ac
1 changed files with 1 additions and 1 deletions
|
@ -786,7 +786,7 @@ CUSBRequest::BuildIsochronousEndpoint(
|
|||
//
|
||||
// get physical page (HACK)
|
||||
//
|
||||
*(volatile char *)TransferBuffer;
|
||||
*(volatile char *)Buffer;
|
||||
Page = MmGetPhysicalAddress(Buffer).LowPart;
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue