mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-07 03:30:06 +01:00
tiny bugfix for src_dst operands
This commit is contained in:
@@ -164,6 +164,7 @@ class ArchSemantics(ISASemantics):
|
||||
[
|
||||
x['memory']
|
||||
for x in instruction_form['semantic_operands']['source']
|
||||
+ instruction_form['semantic_operands']['src_dst']
|
||||
if 'memory' in x
|
||||
][0]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user