summaryrefslogtreecommitdiffhomepage
path: root/dev/ZBAKit/src
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZBAKit/src')
-rw-r--r--dev/ZBAKit/src/HEL/AMD64/BootMain.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZBAKit/src/HEL/AMD64/BootMain.cc b/dev/ZBAKit/src/HEL/AMD64/BootMain.cc
index f7ed885b..98db6587 100644
--- a/dev/ZBAKit/src/HEL/AMD64/BootMain.cc
+++ b/dev/ZBAKit/src/HEL/AMD64/BootMain.cc
@@ -96,7 +96,7 @@ EFI_EXTERN_C EFI_API Int32 Main(EfiHandlePtr ImageHandle,
#ifdef __ZKA_USE_FB__
if (!boot_init_fb())
- return -1; ///! Init the GOP.
+ return 1; ///! Init the GOP.
for (SizeT index_vt = 0; index_vt < SystemTable->NumberOfTableEntries;
++index_vt)