mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-01 22:41:28 +01:00
fix random flub
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
This commit is contained in:
parent
d8062ceae2
commit
dd079d4a9f
@ -52,6 +52,6 @@ InternalMemSetMem (
|
||||
IN UINT8 Value
|
||||
)
|
||||
{
|
||||
SetMem(Buffer, Size, Value);
|
||||
gBS->SetMem(Buffer, Size, Value);
|
||||
return Buffer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user