mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[NTOSKRNL]
Code formatting only svn path=/trunk/; revision=57762
This commit is contained in:
parent
1656ff4b71
commit
afd01007a5
1 changed files with 3 additions and 1 deletions
|
@ -105,7 +105,9 @@ static PETHREAD GspEnumThread;
|
|||
static FAST_MUTEX GspLock;
|
||||
|
||||
extern LIST_ENTRY PsActiveProcessHead;
|
||||
KD_PORT_INFORMATION GdbPortInfo = { 2, 115200, 0 }; /* FIXME hardcoded for COM2, 115200 baud */
|
||||
|
||||
/* FIXME hardcoded for COM2, 115200 baud */
|
||||
KD_PORT_INFORMATION GdbPortInfo = { 2, 115200, 0 };
|
||||
|
||||
/* Number of Registers. */
|
||||
#define NUMREGS 16
|
||||
|
|
Loading…
Reference in a new issue