We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ef973 commit df946b7Copy full SHA for df946b7
rEFIt_UEFI/Platform/kernel_patcher.cpp
@@ -18,7 +18,7 @@
18
//#include "sse3_5_patcher.h"
19
20
#ifndef DEBUG_ALL
21
-#define KERNEL_DEBUG 1
+#define KERNEL_DEBUG 0
22
#else
23
#define KERNEL_DEBUG DEBUG_ALL
24
#endif
rEFIt_UEFI/Platform/kernel_patcher.h
@@ -111,7 +111,7 @@ typedef struct SEGMENT {
111
UINT32 NumSects; //0x38 00
112
UINT32 Flags; //0x3C 00
113
UINT32 Cmd; //0x40 02 //LC_SYMTAB link-edit stab symbol table info
114
- UINT32 Cmdsize //0x44 18
+ UINT32 Cmdsize; //0x44 18
115
UINT32 AddrVtable; //0x48
116
UINT32 SizeVtable; //0x4C
117
UINT32 AddrNames; //0x50
0 commit comments