Skip to content

Commit b056820

Browse files
authored
Fix typo in instruction.rb
Signed-off-by: dhower-qc <[email protected]>
1 parent eea0ba5 commit b056820

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
@@ -202,7 +202,7 @@ def reachable_exceptions_str(symtab, effective_xlen=nil)
202202
pruned_ast = pruned_operation_ast(symtab, effective_xlen)
203203

204204
print "Determining reachable exceptions from #{name}..."
205-
e = mask_to_array(prunted_ast.reachable_exceptions(fill_symtab(symtab, effective_xlen, pruned_ast))).map { |code|
205+
e = mask_to_array(pruned_ast.reachable_exceptions(fill_symtab(symtab, effective_xlen, pruned_ast))).map { |code|
206206
etype.element_name(code)
207207
}
208208
puts "done"

0 commit comments

Comments
 (0)