misc: Move defer_error label inside #ifdef block to avoid compiler warning

This commit is contained in:
mintsuki 2024-03-30 05:59:25 +01:00
parent f1859036f5
commit 4d063c4d66

View File

@ -62,9 +62,10 @@ new_base_gotten:
new_entry_point(ImageHandle, SystemTable);
__builtin_unreachable();
}
#endif
defer_error:
#endif
gST->ConOut->EnableCursor(gST->ConOut, false);
init_memmap();