mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:26:09 +00:00
[RTL/AMD64]
- Fix a bug in DbgBreakPointWithStatus: the int 3 must be after RtlpBreakWithStatusInstruction svn path=/trunk/; revision=56352
This commit is contained in:
parent
8280d46614
commit
13e0a82ad5
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@ DbgUserBreakPoint:
|
||||||
.PROC DbgBreakPointWithStatus
|
.PROC DbgBreakPointWithStatus
|
||||||
.endprolog
|
.endprolog
|
||||||
mov eax, ecx
|
mov eax, ecx
|
||||||
int 3
|
|
||||||
ret
|
|
||||||
.ENDP
|
.ENDP
|
||||||
|
|
||||||
.PROC RtlpBreakWithStatusInstruction
|
.PROC RtlpBreakWithStatusInstruction
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue