Files @ r12495:cee0dce48aaf
Branch filter:

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

rubidium
(svn r16942) -Codechange: document CanExpandRailStation and remove the 'magic' array of numbers for a named struct
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_safe_esp
_get_safe_esp:
		MOV	RAX,RSP
		RET

		END