mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcSmbiosLib: Fix typo when reading ROM from NVRAM
This commit is contained in:
parent
c97baf360b
commit
4bd7a81d03
@ -2126,7 +2126,7 @@ OcSmbiosExtractOemInfo (
|
||||
&gAppleVendorVariableGuid,
|
||||
NULL,
|
||||
&TmpSize,
|
||||
Mlb
|
||||
Rom
|
||||
);
|
||||
if (!EFI_ERROR (Status) && TmpSize != OC_OEM_ROM_MAX) {
|
||||
ZeroMem (Rom, OC_OEM_ROM_MAX);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user