Author: Armin Rigo <[email protected]>
Branch: guard-compatible
Changeset: r83031:754537bcf5be
Date: 2016-03-14 11:17 +0100
http://bitbucket.org/pypy/pypy/changeset/754537bcf5be/

Log:    remove breakpoint

diff --git a/rpython/jit/backend/x86/guard_compat.py 
b/rpython/jit/backend/x86/guard_compat.py
--- a/rpython/jit/backend/x86/guard_compat.py
+++ b/rpython/jit/backend/x86/guard_compat.py
@@ -139,7 +139,6 @@
     # found!  update the assembler by writing the value at 'small_ofs'
     # bytes before our return address.  This should overwrite the const in
     # 'MOV_ri64(r11, const)', first instruction of the guard_compatible.
-    mc.INT3()
     mc.MOV_rs(X86_64_SCRATCH_REG.value, WORD)
     mc.MOV_rm(X86_64_SCRATCH_REG.value, (X86_64_SCRATCH_REG.value, 0))
     mc.ADD_rs(X86_64_SCRATCH_REG.value, 0)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to