Skip to content

Commit

Permalink
fix mistakes
Browse files Browse the repository at this point in the history
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
  • Loading branch information
SergeySlice committed Jul 17, 2020
1 parent 16ef973 commit df946b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rEFIt_UEFI/Platform/kernel_patcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rEFIt_UEFI/Platform/kernel_patcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df946b7

Please sign in to comment.