mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
Bug 550335 - fix_macosx_stack for 64-bit. r=ted
This commit is contained in:
parent
2789f6cab8
commit
a7232f55ed
@ -81,7 +81,7 @@ def addressToSymbol(file, address):
|
||||
converter = None
|
||||
if not file in atoses:
|
||||
debug_file = separate_debug_file_for(file) or file
|
||||
converter = unbufferedLineConverter('/usr/bin/atos', ['-o', debug_file])
|
||||
converter = unbufferedLineConverter('/usr/bin/atos', ['-arch', 'x86_64', '-o', debug_file])
|
||||
atoses[file] = converter
|
||||
else:
|
||||
converter = atoses[file]
|
||||
|
Loading…
x
Reference in New Issue
Block a user