[pypy-commit] pypy vmprof: grr grr grr

fijal noreply at buildbot.pypy.org
Mon Feb 23 15:59:50 CET 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
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 at PLT
-	/* GCROOT 0(%rsp) */
 	popq	%rcx
 	.cfi_def_cfa_offset 8
 	ret


More information about the pypy-commit mailing list