mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 21:03:02 +00:00
[FREELDR] Use StallExecutionProcessor instead of KeStallExecutionProcessor
The latter will only be available in rosload.exe.
This commit is contained in:
parent
78ded05547
commit
adacd51a30
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ BOOLEAN CallPxe(UINT16 Service, PVOID Parameter)
|
||||||
if (Service != PXENV_TFTP_READ)
|
if (Service != PXENV_TFTP_READ)
|
||||||
{
|
{
|
||||||
// HACK: this delay shouldn't be necessary
|
// HACK: this delay shouldn't be necessary
|
||||||
KeStallExecutionProcessor(100 * 1000); // 100 ms
|
StallExecutionProcessor(100 * 1000); // 100 ms
|
||||||
TRACE("PxeCall(0x%x, %p)\n", Service, Parameter);
|
TRACE("PxeCall(0x%x, %p)\n", Service, Parameter);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue