Files @ r9593:bca96abe7879
Branch filter:

Location: cpp/openttd-patchpack/source/src/win64.asm

rubidium
(svn r13633) -Fix: restoring 'service at depot X' orders from the order backup failed.
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_save_esp
_get_save_esp:
		MOV	RAX,RSP
		RET

		END