summaryrefslogtreecommitdiff
path: root/EmulatorPkg/Unix/Host/Ia32/SwitchStack.c
diff options
context:
space:
mode:
Diffstat (limited to 'EmulatorPkg/Unix/Host/Ia32/SwitchStack.c')
-rw-r--r--EmulatorPkg/Unix/Host/Ia32/SwitchStack.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/EmulatorPkg/Unix/Host/Ia32/SwitchStack.c b/EmulatorPkg/Unix/Host/Ia32/SwitchStack.c
index c75073ac2e..1d36500e78 100644
--- a/EmulatorPkg/Unix/Host/Ia32/SwitchStack.c
+++ b/EmulatorPkg/Unix/Host/Ia32/SwitchStack.c
@@ -46,7 +46,7 @@ PeiSwitchStacks (
)
{
BASE_LIBRARY_JUMP_BUFFER JumpBuffer;
-
+
ASSERT (EntryPoint != NULL);
ASSERT (NewStack != NULL);
@@ -62,12 +62,12 @@ PeiSwitchStacks (
((VOID**)JumpBuffer.Esp)[2] = Context2;
LongJump (&JumpBuffer, (UINTN)-1);
-
+
//
// PeiSwitchStacks () will never return
//
- ASSERT (FALSE);
+ ASSERT (FALSE);
}