summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/Ebc/SwitchStack.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Ebc/SwitchStack.c')
-rw-r--r--MdePkg/Library/BaseLib/Ebc/SwitchStack.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/MdePkg/Library/BaseLib/Ebc/SwitchStack.c b/MdePkg/Library/BaseLib/Ebc/SwitchStack.c
index 8317aae325..2e77551981 100644
--- a/MdePkg/Library/BaseLib/Ebc/SwitchStack.c
+++ b/MdePkg/Library/BaseLib/Ebc/SwitchStack.c
@@ -54,11 +54,5 @@ InternalSwitchStack (
// This is to support compilation of CPU types that do not support assemblers
// such as EBC
//
-
- //
- // Stack should be aligned with CPU_STACK_ALIGNMENT
- //
- ASSERT (((UINTN)NewStack & (CPU_STACK_ALIGNMENT - 1)) == 0);
-
EntryPoint (Context1, Context2);
}