diff options
Diffstat (limited to 'compiler-rt/lib/i386/muldi3.S')
| -rw-r--r-- | compiler-rt/lib/i386/muldi3.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/lib/i386/muldi3.S b/compiler-rt/lib/i386/muldi3.S index 262556a32c8..5f99f6a9ea8 100644 --- a/compiler-rt/lib/i386/muldi3.S +++ b/compiler-rt/lib/i386/muldi3.S @@ -9,8 +9,7 @@ .text .align 4 -.globl ___muldi3 -___muldi3: +DEFINE_COMPILERRT_FUNCTION(__muldi3) pushl %ebx movl 16(%esp), %eax // b.lo movl 12(%esp), %ecx // a.hi |

