summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/PeiHobLib
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-10 06:20:50 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-10 06:20:50 +0000
commit3ecdcd1146b8268eea8a550e883121c566a9aef8 (patch)
tree93686f11687a79a0c5b3ffde80daa8322fc678e5 /MdePkg/Library/PeiHobLib
parenteecd469b1064cd253f0b1c666659505659f8d121 (diff)
downloadedk2-3ecdcd1146b8268eea8a550e883121c566a9aef8.tar.gz
edk2-3ecdcd1146b8268eea8a550e883121c566a9aef8.tar.bz2
edk2-3ecdcd1146b8268eea8a550e883121c566a9aef8.zip
Update HobLib and PeCoffLib according to MDE Lib Spec 0.61c
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6100 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiHobLib')
-rw-r--r--MdePkg/Library/PeiHobLib/HobLib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/PeiHobLib/HobLib.c b/MdePkg/Library/PeiHobLib/HobLib.c
index cbaf028963..c92c6c805f 100644
--- a/MdePkg/Library/PeiHobLib/HobLib.c
+++ b/MdePkg/Library/PeiHobLib/HobLib.c
@@ -24,6 +24,7 @@
/**
Returns the pointer to the HOB list.
+ ASSERT() if the HOB list returned by GetHobList() is NULL.
This function returns the pointer to first HOB in the list.