Skip to content

Commit f79b514

Browse files
androm3daalexrp
andauthored
Update lib/compiler_rt/hexagon.zig
Co-authored-by: Alex Rønne Petersen <[email protected]>
1 parent 9f43a34 commit f79b514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/compiler_rt/hexagon.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ fn __hexagon_udivsi3() callconv(.naked) noreturn {
507507
);
508508
}
509509

510-
fn __hexagon_adddf3() align(1 << 5) callconv(.naked) noreturn {
510+
fn __hexagon_adddf3() align(32) callconv(.naked) noreturn {
511511
asm volatile (
512512
\\ {
513513
\\ r4 = extractu(r1,#11,#20)

0 commit comments

Comments
 (0)