mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +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:
@@ -81,6 +81,7 @@ typedef struct _KTRAP_FRAME
|
||||
ULONG Spsr;
|
||||
ULONG OldIrql;
|
||||
ULONG PreviousMode;
|
||||
ULONG PreviousTrapFrame;
|
||||
} KTRAP_FRAME, *PKTRAP_FRAME;
|
||||
|
||||
#ifndef NTOS_MODE_USER
|
||||
|
||||
Reference in New Issue
Block a user