mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 01:34:53 +08:00
fix formatting
svn path=/trunk/; revision=38627
This commit is contained in:
@@ -952,8 +952,8 @@ KiDispatchException(IN PEXCEPTION_RECORD ExceptionRecord,
|
||||
DispatchToUser:
|
||||
_SEH2_TRY
|
||||
{
|
||||
ULONG Size;
|
||||
ULONG_PTR Stack, NewStack;
|
||||
ULONG Size;
|
||||
ULONG_PTR Stack, NewStack;
|
||||
|
||||
/* Make sure we have a valid SS and that this isn't V86 mode */
|
||||
if ((TrapFrame->HardwareSegSs != (KGDT_R3_DATA | RPL_MASK)) ||
|
||||
|
||||
Reference in New Issue
Block a user