Skip to content

Commit

Permalink
instruction bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhower-qc committed Nov 14, 2024
1 parent 58f739b commit 3b56a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/arch_obj_models/instruction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def pretty_name
elsif excludes.size == 1
"#{name} != #{excludes[0]}"
else
"#{name} != {#{excludes[0].join(',')}}"
"#{name} != {#{excludes.join(',')}}"
end
end

Expand Down

0 comments on commit 3b56a03

Please sign in to comment.