Files @ r10044:a1e2a7856c4e
Branch filter:

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

smatz
(svn r14204) -Fix (r7475): when determining length of a string with limited size, first check if we are not out of bounds already
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_safe_esp
_get_safe_esp:
		MOV	RAX,RSP
		RET

		END