Files @ r10081:2e5d80477353
Branch filter:

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

truebrain
(svn r14255) -Fix [configure]: remove the requirement to have a recent enough 'grep' which understands -m. Instead, use 'head -n 1' which is more common available
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_safe_esp
_get_safe_esp:
		MOV	RAX,RSP
		RET

		END