summaryrefslogtreecommitdiff
path: root/InOsEmuPkg/CpuRuntimeDxe/MpService.c
diff options
context:
space:
mode:
Diffstat (limited to 'InOsEmuPkg/CpuRuntimeDxe/MpService.c')
-rw-r--r--InOsEmuPkg/CpuRuntimeDxe/MpService.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/InOsEmuPkg/CpuRuntimeDxe/MpService.c b/InOsEmuPkg/CpuRuntimeDxe/MpService.c
index af3328c50a..7f3b1995f2 100644
--- a/InOsEmuPkg/CpuRuntimeDxe/MpService.c
+++ b/InOsEmuPkg/CpuRuntimeDxe/MpService.c
@@ -1221,7 +1221,7 @@ CpuDriverApIdolLoop (
// Poll 5 times a seconds, 200ms
// Don't want to burn too many system resources doing nothing.
- gEmuThunk->Sleep (200);
+ gEmuThunk->Sleep (200 * 1000);
}
return 0;