Files @ r12459:0355f2f0513a
Branch filter:

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

alberth
(svn r16906) -Fix (r12939): Child windows of build toolbars were placed inconsistently.
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_safe_esp
_get_safe_esp:
		MOV	RAX,RSP
		RET

		END