diff options
author | unknown <serg@serg.mylan> | 2005-03-29 23:03:36 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2005-03-29 23:03:36 +0200 |
commit | ce3253cfd1a010d103eb9a6ca42fb65fa6667b9d (patch) | |
tree | 141dea52bddd384da01c132df4cc0e3359d4971d /strings/my_strtoll10-x86.s | |
parent | 2c4a99d084ff018147e63bf7bf04d5a8ce9bdc50 (diff) | |
download | mariadb-git-ce3253cfd1a010d103eb9a6ca42fb65fa6667b9d.tar.gz |
typo fixed
Diffstat (limited to 'strings/my_strtoll10-x86.s')
-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 |