mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
- Forgot to commit this with the last update -- this adds the PreviousTrapFrame member to the ARM _KTRAP_FRAME structure.
svn path=/trunk/; revision=34654
This commit is contained in:
parent
4f11e10d3d
commit
4f81cc1111
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ typedef struct _KTRAP_FRAME
|
||||||
ULONG Spsr;
|
ULONG Spsr;
|
||||||
ULONG OldIrql;
|
ULONG OldIrql;
|
||||||
ULONG PreviousMode;
|
ULONG PreviousMode;
|
||||||
|
ULONG PreviousTrapFrame;
|
||||||
} KTRAP_FRAME, *PKTRAP_FRAME;
|
} KTRAP_FRAME, *PKTRAP_FRAME;
|
||||||
|
|
||||||
#ifndef NTOS_MODE_USER
|
#ifndef NTOS_MODE_USER
|
||||||
|
|
Loading…
Reference in a new issue