Skip to content

Commit abf41b4

Browse files
author
Derek Hower
committed
Merge remote-tracking branch 'origin/main' into schema_change
2 parents 64fbc24 + 3d1039c commit abf41b4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

arch/inst/C/c.lui.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ encoding:
2222
left_shift: 12
2323
- name: rd
2424
location: 11-7
25-
not: 0
26-
not: 2
25+
not: [0, 2]
2726
access:
2827
s: always
2928
u: always

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)