mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-06-28 17:43:24 -04:00
minor update
This commit is contained in:
parent
dbe052594d
commit
efc7a971dc
2 changed files with 4 additions and 13 deletions
|
@ -22,7 +22,7 @@ import re
|
|||
|
||||
def get_vma_size(elf_file):
|
||||
try:
|
||||
cmd = ['readelf', '-l', elf_file]
|
||||
cmd = ['readelf', '-l', '-W', elf_file]
|
||||
process = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True)
|
||||
output, errors = process.communicate()
|
||||
if process.returncode != 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue