Skip to content

Commit df946b7

Browse files
committed
fix mistakes
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
1 parent 16ef973 commit df946b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rEFIt_UEFI/Platform/kernel_patcher.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//#include "sse3_5_patcher.h"
1919

2020
#ifndef DEBUG_ALL
21-
#define KERNEL_DEBUG 1
21+
#define KERNEL_DEBUG 0
2222
#else
2323
#define KERNEL_DEBUG DEBUG_ALL
2424
#endif

rEFIt_UEFI/Platform/kernel_patcher.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ typedef struct SEGMENT {
111111
UINT32 NumSects; //0x38 00
112112
UINT32 Flags; //0x3C 00
113113
UINT32 Cmd; //0x40 02 //LC_SYMTAB link-edit stab symbol table info
114-
UINT32 Cmdsize //0x44 18
114+
UINT32 Cmdsize; //0x44 18
115115
UINT32 AddrVtable; //0x48
116116
UINT32 SizeVtable; //0x4C
117117
UINT32 AddrNames; //0x50

0 commit comments

Comments
 (0)