diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-02-13 01:47:44 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-02-13 01:47:44 +0000 |
commit | 6a352324b99bf3c5e5b221781e9926c81c311748 (patch) | |
tree | d67afa1fa88375cdab3cd5ec11a6c5fe245c8a84 /MdePkg/Library/BaseLib/BaseLib.msa | |
parent | e8a5c66f4b82234a812b7c9fef77ed6b96868c66 (diff) | |
download | edk2-platforms-6a352324b99bf3c5e5b221781e9926c81c311748.tar.xz |
Update all String related functions in BaseLib for this change introduced in Mde Library Spec 0.60e:
"Updated all functions that take pointers to Unicode strings as parameters to ASSERT() if the pointer is not aligned in a 16-bit boundary."
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2375 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/BaseLib.msa')
-rw-r--r-- | MdePkg/Library/BaseLib/BaseLib.msa | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/MdePkg/Library/BaseLib/BaseLib.msa b/MdePkg/Library/BaseLib/BaseLib.msa index 7e4c870b4f..fa8e8ed4dd 100644 --- a/MdePkg/Library/BaseLib/BaseLib.msa +++ b/MdePkg/Library/BaseLib/BaseLib.msa @@ -1,14 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright (c) 2006 - 2007, 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 -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. ---> <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0"> <MsaHeader> <ModuleName>BaseLib</ModuleName> |