We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64fbc24 + 3d1039c commit abf41b4Copy full SHA for abf41b4
arch/inst/C/c.lui.yaml
@@ -22,8 +22,7 @@ encoding:
22
left_shift: 12
23
- name: rd
24
location: 11-7
25
- not: 0
26
- not: 2
+ not: [0, 2]
27
access:
28
s: always
29
u: always
lib/arch_obj_models/instruction.rb
@@ -289,7 +289,7 @@ def pretty_name
289
elsif excludes.size == 1
290
"#{name} != #{excludes[0]}"
291
else
292
- "#{name} != {#{excludes[0].join(',')}}"
+ "#{name} != {#{excludes.join(',')}}"
293
end
294
295
0 commit comments