mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-12 15:14:24 +03:00
protos/linux_risc: Fix warning in table installation code
This commit is contained in:
parent
5cc85aa66f
commit
51ca2c44d4
@ -168,7 +168,7 @@ void *prepare_device_tree_blob(char *config, char *cmdline) {
|
||||
rsv->next = 0;
|
||||
|
||||
EFI_GUID memreserve_table_guid = {0x888eb0c6, 0x8ede, 0x4ff5, {0xa8, 0xf0, 0x9a, 0xee, 0x5c, 0xb9, 0x77, 0xc2}};
|
||||
EFI_STATUS ret = gBS->InstallConfigurationTable(&memreserve_table_guid, rsv);
|
||||
ret = gBS->InstallConfigurationTable(&memreserve_table_guid, rsv);
|
||||
|
||||
if (ret != EFI_SUCCESS) {
|
||||
panic(true, "linux: failed to install memory reservation configuration table: '%x'", ret);
|
||||
|
Loading…
x
Reference in New Issue
Block a user