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.
1 parent 0b5d9e3 commit 5cceeeeCopy full SHA for 5cceeee
lib/arch_obj_models/extension.rb
@@ -369,7 +369,7 @@ def implemented_instructions(archdef)
369
370
return @implemented_instructions unless @implemented_instructions.nil?
371
372
- @implemented_instructions = archdef.implementesd_instructions.select do |inst|
+ @implemented_instructions = archdef.implemented_instructions.select do |inst|
373
inst.defined_by?(self)
374
end
375
0 commit comments