mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Fix user-mode stack trace regression caused by my exception patch. Traces are now shown again
svn path=/trunk/; revision=17905
This commit is contained in:
parent
670b82330c
commit
3682544d27
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ CaptureRest:
|
|||
mov [ebx+CONTEXT_EIP], eax
|
||||
|
||||
/* Get EBP */
|
||||
mov eax, [esp]
|
||||
mov eax, [ebp+0]
|
||||
mov [ebx+CONTEXT_EBP], eax
|
||||
|
||||
/* And get ESP */
|
||||
|
|
Loading…
Reference in a new issue