diff options
Diffstat (limited to 'stdlib/longlong.h')
-rw-r--r-- | stdlib/longlong.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/longlong.h b/stdlib/longlong.h index 7ac63bf4c8..c0ec1859c8 100644 --- a/stdlib/longlong.h +++ b/stdlib/longlong.h @@ -1237,6 +1237,7 @@ extern USItype __udiv_qrnnd __P ((USItype *, USItype, USItype, USItype)); : "cc"); \ } while (0) #define UMUL_TIME 96 +#define UDIV_TIME 230 #endif /* __sparc_v9__ */ #if defined (__vax__) && W_TYPE_SIZE == 32 |