mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 10:40:06 +01:00
fix in kernel marker
This commit is contained in:
@@ -157,6 +157,8 @@ def insert_byte_marker(args):
|
||||
|
||||
marked_assembly.seek(0)
|
||||
assembly = marked_assembly.read()
|
||||
with open(args.file.name, 'w') as f:
|
||||
f.write(assembly)
|
||||
|
||||
|
||||
def inspect(args):
|
||||
|
||||
Reference in New Issue
Block a user