This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
OpenTTD-patches
Watch
2
Star
0
Fork
0
You've already forked OpenTTD-patches
mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced
2024-11-16 00:12:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
16bed71a05
OpenTTD-patches
/
src
/
win64.asm
9 lines
72 B
NASM
Raw
Normal View
History
Unescape
Escape
(svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc) Fix warning in graph_gui.c with const problem
2005-10-02 22:39:56 +00:00
.CODE
(svn r14176) -Fix: better 'safe' than ... 'save'
2008-08-25 20:54:34 +00:00
PUBLIC
_get_safe_esp
_get_safe_esp:
(svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc) Fix warning in graph_gui.c with const problem
2005-10-02 22:39:56 +00:00
MOV
RAX
,
RSP
RET
END
Reference in New Issue
Copy Permalink