accept commit 4bf2a5b from Tianocore

Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
SergeySlice 2021-04-26 19:57:04 +03:00
parent afa09ccb4e
commit 5bc175a753
2 changed files with 6 additions and 4 deletions

View File

@ -28,5 +28,7 @@ CpuDeadLoop (
{
volatile UINTN Index;
for (Index = 0; Index == 0;);
for (Index = 0; Index == 0;) {
CpuPause();
}
}