[pypy-commit] pypy default: kill the alignment here

fijal noreply at buildbot.pypy.org
Mon Jun 29 11:20:44 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r78347:d29ab3db4217
Date: 2015-06-29 11:20 +0200
http://bitbucket.org/pypy/pypy/changeset/d29ab3db4217/

Log:	kill the alignment here

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
@@ -1,7 +1,6 @@
 // NOTE: you need to use TABs, not spaces!
         
 	.text
-	.p2align 4,,-1
 	.globl	pypy_execute_frame_trampoline
 	.type	pypy_execute_frame_trampoline, @function
 pypy_execute_frame_trampoline:


More information about the pypy-commit mailing list