[RTL/AMD64]

- Fix a bug in DbgBreakPointWithStatus: the int 3 must be after RtlpBreakWithStatusInstruction

svn path=/trunk/; revision=56352
This commit is contained in:
Timo Kreuzer 2012-04-15 13:52:00 +00:00
parent 8280d46614
commit 13e0a82ad5

View file

@ -38,8 +38,6 @@ DbgUserBreakPoint:
.PROC DbgBreakPointWithStatus
.endprolog
mov eax, ecx
int 3
ret
.ENDP
.PROC RtlpBreakWithStatusInstruction