Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dhower-qc committed Oct 23, 2024
1 parent 0b5d9e3 commit 5cceeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/arch_obj_models/extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def implemented_instructions(archdef)

return @implemented_instructions unless @implemented_instructions.nil?

@implemented_instructions = archdef.implementesd_instructions.select do |inst|
@implemented_instructions = archdef.implemented_instructions.select do |inst|
inst.defined_by?(self)
end
end
Expand Down

0 comments on commit 5cceeee

Please sign in to comment.