Author: Maciej Fijalkowski <[email protected]>
Branch: vmprof
Changeset: r76083:509694031e71
Date: 2015-02-23 16:59 +0200
http://bitbucket.org/pypy/pypy/changeset/509694031e71/

Log:    grr grr grr

diff --git a/pypy/module/_vmprof/src/trampoline.asmgcc.s 
b/pypy/module/_vmprof/src/trampoline.asmgcc.s
--- a/pypy/module/_vmprof/src/trampoline.asmgcc.s
+++ b/pypy/module/_vmprof/src/trampoline.asmgcc.s
@@ -9,7 +9,6 @@
        pushq   %rcx
        .cfi_def_cfa_offset 16
        call pypy_pyframe_execute_frame@PLT
-       /* GCROOT 0(%rsp) */
        popq    %rcx
        .cfi_def_cfa_offset 8
        ret
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to