mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-04 18:20:09 +01:00
Added eq methods, changed AArch parser tests for class usage
This commit is contained in:
@@ -146,7 +146,6 @@ def find_marked_section(
|
||||
source = line.operands[0 if not reverse else 1]
|
||||
destination = line.operands[1 if not reverse else 0]
|
||||
# instruction pair matches, check for operands
|
||||
print(source)
|
||||
if (
|
||||
"immediate" in source
|
||||
and parser.normalize_imd(source.immediate) == mov_vals[0]
|
||||
|
||||
Reference in New Issue
Block a user