Skip to content

Commit 424219d

Browse files
committed
Fix typo in register name: r7 to d7
1 parent 02ff3e3 commit 424219d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/builtins/arm/floatunssidfvfp.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ DEFINE_COMPILERRT_FUNCTION(__floatunssidfvfp)
2424
#else
2525
vmov s15, r0 // move int to float register s15
2626
vcvt.f64.u32 d7, s15 // convert 32-bit int in s15 to double in d7
27-
VMOV_FROM_DOUBLE(r0, r1, r7) // move d7 to result register pair r0/r1
27+
VMOV_FROM_DOUBLE(r0, r1, d7) // move d7 to result register pair r0/r1
2828
#endif
2929
bx lr
3030
END_COMPILERRT_FUNCTION(__floatunssidfvfp)

0 commit comments

Comments
 (0)