Files @ r10781:758b3ae29fdd
Branch filter:

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

peter1138
(svn r15114) -Codechange: Add support for 8 byte action7/9 data, used as a mask for GRFID checks.
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_safe_esp
_get_safe_esp:
		MOV	RAX,RSP
		RET

		END