:: commit 4d063c4d6647c0e2b19291589da43e3e54e0e7fa

mintsuki <mintsuki@protonmail.com> — 2024-03-30 04:59

parents: f1859036f5

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

diff --git a/common/entry.s3.c b/common/entry.s3.c
index 3c2b0f89..3f805edf 100644
--- a/common/entry.s3.c
+++ b/common/entry.s3.c
@@ -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();
tab: 248 wrap: offon