mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 03:23:51 +00:00
fix formatting
svn path=/trunk/; revision=38627
This commit is contained in:
parent
bcb9050940
commit
71d636cbfd
1 changed files with 2 additions and 2 deletions
|
@ -952,8 +952,8 @@ KiDispatchException(IN PEXCEPTION_RECORD ExceptionRecord,
|
||||||
DispatchToUser:
|
DispatchToUser:
|
||||||
_SEH2_TRY
|
_SEH2_TRY
|
||||||
{
|
{
|
||||||
ULONG Size;
|
ULONG Size;
|
||||||
ULONG_PTR Stack, NewStack;
|
ULONG_PTR Stack, NewStack;
|
||||||
|
|
||||||
/* Make sure we have a valid SS and that this isn't V86 mode */
|
/* Make sure we have a valid SS and that this isn't V86 mode */
|
||||||
if ((TrapFrame->HardwareSegSs != (KGDT_R3_DATA | RPL_MASK)) ||
|
if ((TrapFrame->HardwareSegSs != (KGDT_R3_DATA | RPL_MASK)) ||
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue