mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-02 22:51: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
|
IN UINT8 Value
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
SetMem(Buffer, Size, Value);
|
gBS->SetMem(Buffer, Size, Value);
|
||||||
return Buffer;
|
return Buffer;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user