1. Update the CRC32 in the EFI System Table header in BdsConsole.c

2. Removed duplicated installation for Simple Text Output protocol on ErrHandle.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8031 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2009-04-07 08:42:15 +00:00
parent 7ef76906ac
commit 406ddad31b
3 changed files with 46 additions and 30 deletions

View File

@@ -1749,8 +1749,8 @@ ConSplitterTextOutEnableCursor (
**/
EFI_STATUS
ConSplitterGrowBuffer (
IN UINTN SizeOfCount,
IN UINTN *Count,
IN UINTN SizeOfCount,
IN OUT UINTN *Count,
IN OUT VOID **Buffer
);