From: Thomas Faber Date: Wed, 26 Apr 2017 10:54:34 +0000 (+0000) Subject: [USBOHCI] X-Git-Tag: ReactOS-0.4.5~25 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=701f62c3acf6662456bc6824c089e5ba7b700cf6 [USBOHCI] - Not building before committing is also a hack CORE-9224 svn path=/trunk/; revision=74409 --- diff --git a/reactos/drivers/usb/usbohci/usb_request.cpp b/reactos/drivers/usb/usbohci/usb_request.cpp index 1fb126a66d9..5262d0aa05b 100644 --- a/reactos/drivers/usb/usbohci/usb_request.cpp +++ b/reactos/drivers/usb/usbohci/usb_request.cpp @@ -786,7 +786,7 @@ CUSBRequest::BuildIsochronousEndpoint( // // get physical page (HACK) // - *(volatile char *)TransferBuffer; + *(volatile char *)Buffer; Page = MmGetPhysicalAddress(Buffer).LowPart; //