mirror of
https://github.com/reactos/reactos
synced 2025-10-05 16:02:58 +02:00
[NTOS:KDBG] Set default disassembly style to Intel
Seriously!
This commit is contained in:
@@ -126,7 +126,7 @@ BOOLEAN
|
||||
IN PCH Argv[]);
|
||||
|
||||
static PKDBG_CLI_ROUTINE KdbCliCallbacks[10];
|
||||
static BOOLEAN KdbUseIntelSyntax = FALSE; /* Set to TRUE for intel syntax */
|
||||
static BOOLEAN KdbUseIntelSyntax = TRUE; /* Set to TRUE for intel syntax */
|
||||
static BOOLEAN KdbBreakOnModuleLoad = FALSE; /* Set to TRUE to break into KDB when a module is loaded */
|
||||
|
||||
static ULONG KdbNumberOfRowsPrinted = 0;
|
||||
|
Reference in New Issue
Block a user