Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2016-12-25 07:57:17 -05:00
17 changed files with 35 additions and 39 deletions

View File

@@ -61,7 +61,6 @@ Type -h for for full help.""" % program
sys.stderr.write(Usage_short)
sys.exit(1)
for file in files:
if os.path.exists(files[0]):
disassemble_file(file, sys.stdout, native)