Author: hager <[email protected]>
Branch: ppc-jit-backend
Changeset: r45881:1a88619622ec
Date: 2011-07-19 11:54 +0200
http://bitbucket.org/pypy/pypy/changeset/1a88619622ec/

Log:    Removed parameter change of --architecture flag in objdump call.

diff --git a/pypy/jit/backend/arm/tool/objdump.py 
b/pypy/jit/backend/arm/tool/objdump.py
--- a/pypy/jit/backend/arm/tool/objdump.py
+++ b/pypy/jit/backend/arm/tool/objdump.py
@@ -7,7 +7,7 @@
 import os, sys, py
 
 def objdump(input):
-    os.system('objdump -D --architecture=powerpc:common64 --target=binary %s' 
% input)
+    os.system('objdump -D --architecture=arm --target=binary %s' % input)
 
 
 def get_tmp_file():
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to