diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-04 14:00:52 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-04 14:00:52 +0000 |
commit | 7ca066f99b88aa0c5c07c92e109b5dcfe0b8a7c7 (patch) | |
tree | f3b763bf48090ee3223484ec1afab0d892db59d6 /MdePkg/Include/Library/BaseLib.h | |
parent | 90eff00547e428d70607c04dfb7cbf58e33156ca (diff) | |
download | edk2-platforms-7ca066f99b88aa0c5c07c92e109b5dcfe0b8a7c7.tar.xz |
Remove todo comment in BaseLib.h
Update DxeServicesLib return status align to MdeLib spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6849 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/BaseLib.h')
-rw-r--r-- | MdePkg/Include/Library/BaseLib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/BaseLib.h b/MdePkg/Include/Library/BaseLib.h index cc0e6eeaae..0dfdd7dc91 100644 --- a/MdePkg/Include/Library/BaseLib.h +++ b/MdePkg/Include/Library/BaseLib.h @@ -4992,7 +4992,6 @@ typedef union { ///
/// Byte packed structure for an IDTR, GDTR, LDTR descriptor
-/// @todo How to make this structure byte-packed in a compiler independent way?
///
#pragma pack (1)
typedef struct {
|