mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
fix mistakes
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
16ef973a71
commit
df946b75f4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user