]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/SwitchStack.c
BDS code calls Hii->FindHandles() with hardcoded length.
[mirror_edk2.git] / MdePkg / Library / BaseLib / SwitchStack.c
index 353efa8f6e56a31bf426495bbe0dceb36d1129c1..98d832dfd6746dd71d4a84e2e79479e19296ee85 100644 (file)
@@ -26,6 +26,7 @@
 \r
   If EntryPoint is NULL, then ASSERT().\r
   If NewStack is NULL, then ASSERT().\r
+  For IPF CPUs, if NewStack is not aligned on a 16-byte boundary, then ASSERT().\r
 \r
   @param  EntryPoint  A pointer to function to call with the new stack.\r
   @param  Context1    A pointer to the context to pass into the EntryPoint\r