Skip to content

Commit 7f07faf

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

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
@@ -819,7 +819,7 @@ fn __hexagon_subdf3() align(32) callconv(.naked) noreturn {
819819
);
820820
}
821821

822-
fn __hexagon_divdf3() align(1 << 5) callconv(.naked) noreturn {
822+
fn __hexagon_divdf3() align(32) callconv(.naked) noreturn {
823823
asm volatile (
824824
\\ {
825825
\\ p2 = dfclass(r1:0,#0x02)

0 commit comments

Comments
 (0)