Skip to content

Commit 3b56a03

Browse files
author
Derek Hower
committed
instruction bugfix
1 parent 58f739b commit 3b56a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/arch_obj_models/instruction.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def pretty_name
289289
elsif excludes.size == 1
290290
"#{name} != #{excludes[0]}"
291291
else
292-
"#{name} != {#{excludes[0].join(',')}}"
292+
"#{name} != {#{excludes.join(',')}}"
293293
end
294294
end
295295

0 commit comments

Comments
 (0)