mirror of
https://github.com/andreas-abel/nanoBench.git
synced 2026-01-06 20:30:13 +01:00
minor fix
This commit is contained in:
@@ -17,7 +17,7 @@ def assemble(code, objFile, asmFile='/tmp/ramdisk/asm.s'):
|
|||||||
subprocess.check_call(['as', asmFile, '-o', objFile])
|
subprocess.check_call(['as', asmFile, '-o', objFile])
|
||||||
except subprocess.CalledProcessError as e:
|
except subprocess.CalledProcessError as e:
|
||||||
sys.stderr.write("Error (assemble): " + str(e))
|
sys.stderr.write("Error (assemble): " + str(e))
|
||||||
sys.stderr.write(asm)
|
sys.stderr.write(code)
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user