- 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:
ReactOS Portable Systems Group 2008-07-22 05:28:14 +00:00
parent 4f11e10d3d
commit 4f81cc1111

View file

@ -81,6 +81,7 @@ typedef struct _KTRAP_FRAME
ULONG Spsr;
ULONG OldIrql;
ULONG PreviousMode;
ULONG PreviousTrapFrame;
} KTRAP_FRAME, *PKTRAP_FRAME;
#ifndef NTOS_MODE_USER