mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-04 18:20:09 +01:00
fixed marker insertion
This commit is contained in:
@@ -812,7 +812,7 @@ def main():
|
||||
block_selection='manual', pointer_increment=1)
|
||||
|
||||
marked_assembly.seek(0)
|
||||
assembly = marked_assembly.read(0)
|
||||
assembly = marked_assembly.read()
|
||||
|
||||
osaca = OSACA(args.arch, assembly)
|
||||
print(osaca.generate_text_output())
|
||||
|
||||
Reference in New Issue
Block a user