diff options
Diffstat (limited to 'strings/longlong2str-x86.s')
-rw-r--r-- | strings/longlong2str-x86.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/longlong2str-x86.s b/strings/longlong2str-x86.s index 98e60acbafb..03a61d312dd 100644 --- a/strings/longlong2str-x86.s +++ b/strings/longlong2str-x86.s @@ -132,7 +132,7 @@ longlong2str: .size longlong2str,.Lfe3-longlong2str .globl longlong10_to_str - .type longlong10_str,@function + .type longlong10_to_str,@function longlong10_to_str: jmp longlong2str |