summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ebc
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-20 02:48:06 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-20 02:48:06 +0000
commitbda7fbcc2f7e14aedfbfa7c776ad5fe3058ab00d (patch)
treecb89796bfdc1ed690c1f46e2cb681f8d3f0e7b12 /MdePkg/Library/BaseLib/Ebc
parentc986fd09d7023824f191442959f455c8a590ef9c (diff)
downloadedk2-platforms-bda7fbcc2f7e14aedfbfa7c776ad5fe3058ab00d.tar.xz
1.Added EFIAPI for some assembly functions declare
2.Modified some functions header git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1052 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/Ebc')
-rw-r--r--MdePkg/Library/BaseLib/Ebc/SwitchStack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseLib/Ebc/SwitchStack.c b/MdePkg/Library/BaseLib/Ebc/SwitchStack.c
index 0a5464b2f9..8fadd4f384 100644
--- a/MdePkg/Library/BaseLib/Ebc/SwitchStack.c
+++ b/MdePkg/Library/BaseLib/Ebc/SwitchStack.c
@@ -35,6 +35,7 @@
**/
VOID
+EFIAPI
InternalSwitchStack (
IN SWITCH_STACK_ENTRY_POINT EntryPoint,
IN VOID *Context1, OPTIONAL