fix mistakes

Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
SergeySlice 2020-07-17 14:40:16 +03:00
parent 16ef973a71
commit df946b75f4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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