mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Also bump PC for ARM after a KD exception.
svn path=/trunk/; revision=34484
This commit is contained in:
parent
631d627fa7
commit
cc7f0be786
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue