diff options
Diffstat (limited to 'arch/sparc/lib/urem.S')
-rw-r--r-- | arch/sparc/lib/urem.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/lib/urem.S b/arch/sparc/lib/urem.S index ec7f0c502c56..6b92bdc8b04c 100644 --- a/arch/sparc/lib/urem.S +++ b/arch/sparc/lib/urem.S @@ -41,7 +41,9 @@ */ .globl .urem + .globl _Urem .urem: +_Urem: /* needed for export */ ! Ready to divide. Compute size of quotient; scale comparand. orcc %o1, %g0, %o5 |