mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
- Also bump PC for ARM after a KD exception.
svn path=/trunk/; revision=34484
This commit is contained in:
@@ -140,6 +140,8 @@ KdpEnterDebuggerException(IN PKTRAP_FRAME TrapFrame,
|
||||
/* This we can handle: simply bump EIP */
|
||||
#ifdef _M_IX86
|
||||
Context->Eip++;
|
||||
#elif _M_ARM
|
||||
Context->Pc += sizeof(ULONG);
|
||||
#endif
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user