diff options
Diffstat (limited to 'compiler-rt/lib/i386/muldi3.S')
| -rw-r--r-- | compiler-rt/lib/i386/muldi3.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/lib/i386/muldi3.S b/compiler-rt/lib/i386/muldi3.S index e56a3553bd3..5af1136c14a 100644 --- a/compiler-rt/lib/i386/muldi3.S +++ b/compiler-rt/lib/i386/muldi3.S @@ -25,5 +25,6 @@ DEFINE_COMPILERRT_FUNCTION(__muldi3) popl %ebx retl - +END_COMPILERRT_FUNCTION(__muldi3) + #endif // __i386__ |

