We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995d8c0 commit c982235Copy full SHA for c982235
boot/freeldr/freeldr/lib/fs/pxe.c
@@ -94,7 +94,7 @@ BOOLEAN CallPxe(UINT16 Service, PVOID Parameter)
94
if (Service != PXENV_TFTP_READ)
95
{
96
// HACK: this delay shouldn't be necessary
97
- KeStallExecutionProcessor(100 * 1000); // 100 ms
+ StallExecutionProcessor(100 * 1000); // 100 ms
98
TRACE("PxeCall(0x%x, %p)\n", Service, Parameter);
99
}
100
0 commit comments