From 1e78545f335ac5bd60c152d784d1dbe5879967dc Mon Sep 17 00:00:00 2001 From: Jan Laukemann Date: Thu, 12 Oct 2017 12:49:27 +0200 Subject: [PATCH] update --- osaca/osaca.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/osaca/osaca.py b/osaca/osaca.py index 2d1dcaf..54079d0 100755 --- a/osaca/osaca.py +++ b/osaca/osaca.py @@ -176,7 +176,9 @@ class Osaca(object): self.read_csv() print('Everything seems fine! Let\'s start checking!', file=self.file_output) - print(self.code, file=self.output_file) #for testing + print(self.srcCode, file=self.output_file) #for testing + print(subprocess.run(['objdump', '--version'], stdout=subprocess.PIPE).stdout.decode('utf-8'), + file=self.output_file) if(binary_file): self.iaca_bin() else: