diff options
author | ramil@mysql.com <> | 2005-03-30 17:07:40 +0500 |
---|---|---|
committer | ramil@mysql.com <> | 2005-03-30 17:07:40 +0500 |
commit | e9dbf09dfcc684e7a82973575298bf2494cec5f6 (patch) | |
tree | 351ad59ed8e657c56594971ca07904b6ba65566a /strings | |
parent | 37e5d20d3e4a7473f1fcc60ea56891b976a59e2b (diff) | |
parent | fb87f5b5c451be12e36bcbf8273f921dffb3c2cd (diff) | |
download | mariadb-git-e9dbf09dfcc684e7a82973575298bf2494cec5f6.tar.gz |
Merge
Diffstat (limited to 'strings')
-rw-r--r-- | strings/my_strtoll10-x86.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/my_strtoll10-x86.s b/strings/my_strtoll10-x86.s index e89e7ff5989..c04384667a7 100644 --- a/strings/my_strtoll10-x86.s +++ b/strings/my_strtoll10-x86.s @@ -394,7 +394,7 @@ my_strtoll10: popl %ebp ret -my_strtoll10_end: +.my_strtoll10_end: .size my_strtoll10,.my_strtoll10_end-my_strtoll10 .comm res,240,32 .comm end_ptr,120,32 |