Skip to content

Commit b236372

Browse files
committed
Clarify comment about 4-byte boundary
1 parent c73dfea commit b236372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ for prefix in range(64, 128):
536536

537537
*/
538538

539-
.p2align 2 // make sure we start on a 32-bit boundary, even in Thumb
539+
.p2align 2 // make sure we start on a 4-byte boundary, even in Thumb
540540
LOCAL_LABEL(tab):
541541
.byte 0xfe // input [0x800000,0x81ffff], candidate outputs [0xfd,0xff]
542542
.byte 0xfa // input [0x820000,0x83ffff], candidate outputs [0xf9,0xfc]

0 commit comments

Comments
 (0)