diff --git a/rEFIt_UEFI/Platform/kernel_patcher.cpp b/rEFIt_UEFI/Platform/kernel_patcher.cpp index 3b50634af9..6a13141d13 100644 --- a/rEFIt_UEFI/Platform/kernel_patcher.cpp +++ b/rEFIt_UEFI/Platform/kernel_patcher.cpp @@ -18,7 +18,7 @@ //#include "sse3_5_patcher.h" #ifndef DEBUG_ALL -#define KERNEL_DEBUG 1 +#define KERNEL_DEBUG 0 #else #define KERNEL_DEBUG DEBUG_ALL #endif diff --git a/rEFIt_UEFI/Platform/kernel_patcher.h b/rEFIt_UEFI/Platform/kernel_patcher.h index 96dd7cdeb5..f4c7cc8ab7 100644 --- a/rEFIt_UEFI/Platform/kernel_patcher.h +++ b/rEFIt_UEFI/Platform/kernel_patcher.h @@ -111,7 +111,7 @@ typedef struct SEGMENT { UINT32 NumSects; //0x38 00 UINT32 Flags; //0x3C 00 UINT32 Cmd; //0x40 02 //LC_SYMTAB link-edit stab symbol table info - UINT32 Cmdsize //0x44 18 + UINT32 Cmdsize; //0x44 18 UINT32 AddrVtable; //0x48 UINT32 SizeVtable; //0x4C UINT32 AddrNames; //0x50