Skip to content

Commit 02c953b

Browse files
authored
fixes armv4t name that was missing the arm prefix (#1528)
1 parent 2af9d91 commit 02c953b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/arm/arm_target.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ module Family (Order : Endianness) = struct
258258
~vars:vars32
259259
~regs:regs32
260260

261-
let v4t = def "v4t" ~parent:v4 ~code_alignment:16
261+
let v4t = def "armv4t" ~parent:v4 ~code_alignment:16
262262
let v5 = v4 <: "armv5"
263263
let v5t = v5 <: "armv5t"
264264
let v5te = v5t <: "armv5te"

0 commit comments

Comments
 (0)