mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:23:01 +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
|
@ -95,7 +95,7 @@ CaptureRest:
|
||||||
mov [ebx+CONTEXT_SEGFS], fs
|
mov [ebx+CONTEXT_SEGFS], fs
|
||||||
mov [ebx+CONTEXT_SEGGS], gs
|
mov [ebx+CONTEXT_SEGGS], gs
|
||||||
mov [ebx+CONTEXT_SEGSS], ss
|
mov [ebx+CONTEXT_SEGSS], ss
|
||||||
|
|
||||||
/* Capture flags */
|
/* Capture flags */
|
||||||
pushfd
|
pushfd
|
||||||
pop [ebx+CONTEXT_EFLAGS]
|
pop [ebx+CONTEXT_EFLAGS]
|
||||||
|
@ -105,7 +105,7 @@ CaptureRest:
|
||||||
mov [ebx+CONTEXT_EIP], eax
|
mov [ebx+CONTEXT_EIP], eax
|
||||||
|
|
||||||
/* Get EBP */
|
/* Get EBP */
|
||||||
mov eax, [esp]
|
mov eax, [ebp+0]
|
||||||
mov [ebx+CONTEXT_EBP], eax
|
mov [ebx+CONTEXT_EBP], eax
|
||||||
|
|
||||||
/* And get ESP */
|
/* And get ESP */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue