Author: Antonio Cuni <[email protected]>
Branch: jitypes2
Changeset: r44048:1025b1e5c8b3
Date: 2011-05-10 15:10 +0200
http://bitbucket.org/pypy/pypy/changeset/1025b1e5c8b3/

Log:    use intel syntax here: at least, it is consistent with the order of
        operands we use in the backend

diff --git a/pypy/jit/backend/x86/tool/viewcode.py 
b/pypy/jit/backend/x86/tool/viewcode.py
--- a/pypy/jit/backend/x86/tool/viewcode.py
+++ b/pypy/jit/backend/x86/tool/viewcode.py
@@ -38,6 +38,7 @@
         'i386': 'i386',
     }
     objdump = ('objdump -M %(backend)s -b binary -m i386 '
+               '--disassembler-options=intel-mnemonics '
                '--adjust-vma=%(origin)d -D %(file)s')
     #
     f = open(tmpfile, 'wb')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to