]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ipf/InternalSwitchStack.c
Fix file headers
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ipf / InternalSwitchStack.c
index 1f64de26303354cc1e1047b5802242e2179ef5a6..ff11405b3d1535c8865757654d01b013e1a9db47 100644 (file)
@@ -57,9 +57,8 @@ InternalSwitchStack (
   NewBsp   = VA_ARG (Marker, VOID *);\r
 \r
   //\r
-  // Stack should be aligned with CPU_STACK_ALIGNMENT\r
+  // New backing store pointer should be aligned with CPU_STACK_ALIGNMENT\r
   //\r
-  ASSERT (((UINTN)NewStack & (CPU_STACK_ALIGNMENT - 1)) == 0);\r
   ASSERT (((UINTN)NewBsp & (CPU_STACK_ALIGNMENT - 1)) == 0);\r
 \r
   AsmSwitchStackAndBackingStore (EntryPoint, Context1, Context2, NewStack, NewBsp);\r