[USBOHCI]

- Not building before committing is also a hack
CORE-9224

svn path=/trunk/; revision=74409
This commit is contained in:
Thomas Faber 2017-04-26 10:54:34 +00:00
parent 1bb6977402
commit 701f62c3ac

View file

@ -786,7 +786,7 @@ CUSBRequest::BuildIsochronousEndpoint(
//
// get physical page (HACK)
//
*(volatile char *)TransferBuffer;
*(volatile char *)Buffer;
Page = MmGetPhysicalAddress(Buffer).LowPart;
//