diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-20 13:33:43 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-20 13:33:43 +0000 |
commit | d976bf31d460f5e44a2e68f01607dad6844c6ad8 (patch) | |
tree | 4df83c1d9918b90aeccfffacf121f31885036914 /MdeModulePkg/Core/Pei/BootMode/BootMode.c | |
parent | 4f57ff1853531d9d93fad2c0bcd29db449e75e60 (diff) | |
download | edk2-platforms-d976bf31d460f5e44a2e68f01607dad6844c6ad8.tar.xz |
Fix ECC issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6142 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Pei/BootMode/BootMode.c')
-rw-r--r-- | MdeModulePkg/Core/Pei/BootMode/BootMode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Pei/BootMode/BootMode.c b/MdeModulePkg/Core/Pei/BootMode/BootMode.c index 8c38fa8dc6..74b90529ae 100644 --- a/MdeModulePkg/Core/Pei/BootMode/BootMode.c +++ b/MdeModulePkg/Core/Pei/BootMode/BootMode.c @@ -32,7 +32,7 @@ EFI_STATUS EFIAPI
PeiGetBootMode (
IN CONST EFI_PEI_SERVICES **PeiServices,
- OUT EFI_BOOT_MODE *BootMode
+ IN OUT EFI_BOOT_MODE *BootMode
)
{
PEI_CORE_INSTANCE *PrivateData;
|