summaryrefslogtreecommitdiff
path: root/src/win64.asm
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-08-25 20:54:34 +0000
committersmatz <smatz@openttd.org>2008-08-25 20:54:34 +0000
commit6074de33d0de12514fa747bcec30beb8bd3c2b66 (patch)
tree42fa63ac300807cc8271f18d5ce378744da7412a /src/win64.asm
parentc805cd6328506c54e4786ac806f1d884844bdeca (diff)
downloadopenttd-6074de33d0de12514fa747bcec30beb8bd3c2b66.tar.xz
(svn r14176) -Fix: better 'safe' than ... 'save'
Diffstat (limited to 'src/win64.asm')
-rw-r--r--src/win64.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/win64.asm b/src/win64.asm
index 577fc496b..d95bc3898 100644
--- a/src/win64.asm
+++ b/src/win64.asm
@@ -1,7 +1,7 @@
.CODE
-PUBLIC _get_save_esp
-_get_save_esp:
+PUBLIC _get_safe_esp
+_get_safe_esp:
MOV RAX,RSP
RET