Author: Maciej Fijalkowski <[email protected]>
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:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to