Skip to content

Commit

Permalink
fixes armv4t name that was missing the arm prefix (#1528)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivg authored Jul 6, 2022
1 parent 2af9d91 commit 02c953b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/arm/arm_target.ml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ module Family (Order : Endianness) = struct
~vars:vars32
~regs:regs32

let v4t = def "v4t" ~parent:v4 ~code_alignment:16
let v4t = def "armv4t" ~parent:v4 ~code_alignment:16
let v5 = v4 <: "armv5"
let v5t = v5 <: "armv5t"
let v5te = v5t <: "armv5te"
Expand Down

0 comments on commit 02c953b

Please sign in to comment.