tiny bugfix for src_dst operands

This commit is contained in:
JanLJL
2020-01-07 19:42:13 +01:00
parent 262fa4b288
commit f5b6611474

View File

@@ -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]
)