diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/longlong.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/longlong.h b/stdlib/longlong.h index c0ec1859c8..37ea646b34 100644 --- a/stdlib/longlong.h +++ b/stdlib/longlong.h @@ -1220,7 +1220,7 @@ extern USItype __udiv_qrnnd __P ((USItype *, USItype, USItype, USItype)); srlx %7,32,%5 mulx %3,%5,%3 mulx %2,%5,%5 - sethi 0x80000000,%2 + sethi %%hi(0x80000000),%2 addcc %4,%3,%4 srlx %4,32,%4 add %2,%2,%2 |