Skip to content

Commit

Permalink
** formatting/"consistency"
Browse files Browse the repository at this point in the history
  • Loading branch information
HBelusca committed Dec 22, 2024
1 parent 29a4855 commit 5ba2bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ntoskrnl/ke/amd64/trap.S
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ FUNC KiConvertToGuiThread
test rax, rax
jz KiConvertToGuiThreadFailed

/* OldStack = KeSwitchKernelStack((PVOID)NewStack, (PVOID)(NewStack - KERNEL_LARGE_STACK_COMMIT )); */
/* OldStack = KeSwitchKernelStack((PVOID)NewStack, (PVOID)(NewStack - KERNEL_LARGE_STACK_COMMIT)); */
mov rcx, rax
mov rdx, rax
sub rdx, KERNEL_LARGE_STACK_COMMIT
Expand Down
2 changes: 1 addition & 1 deletion sdk/include/xdk/x86/ke.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ _KeQueryTickCount(

#define KERNEL_STACK_SIZE 12288
#define KERNEL_LARGE_STACK_SIZE 61440
#define KERNEL_LARGE_STACK_COMMIT 12288
#define KERNEL_LARGE_STACK_COMMIT KERNEL_STACK_SIZE

#define SIZE_OF_80387_REGISTERS 80

Expand Down

0 comments on commit 5ba2bc1

Please sign in to comment.