From 24dcb5e50a4492ae2c4616d04e99794f6c19cfac Mon Sep 17 00:00:00 2001 From: xli24 Date: Wed, 24 Sep 2008 04:17:16 +0000 Subject: Update BaseLib according to code review comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5956 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseLib/SwitchStack.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MdePkg/Library/BaseLib/SwitchStack.c') diff --git a/MdePkg/Library/BaseLib/SwitchStack.c b/MdePkg/Library/BaseLib/SwitchStack.c index ab71856773..b2a4af683b 100644 --- a/MdePkg/Library/BaseLib/SwitchStack.c +++ b/MdePkg/Library/BaseLib/SwitchStack.c @@ -1,7 +1,7 @@ /** @file Switch Stack functions. - Copyright (c) 2006 - 2007, Intel Corporation
+ Copyright (c) 2006 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -39,7 +39,6 @@ function. @param NewStack A pointer to the new stack to use for the EntryPoint function. - @param ... Extended parameters. **/ VOID -- cgit v1.2.3