Files @ r10060:e7724ac712b0
Branch filter:

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

truebrain
(svn r14227) -Fix [configure]: detect if we are in a new directory, and rerun configure in those cases. Should avoid confusion (idea by Eddi)
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_safe_esp
_get_safe_esp:
		MOV	RAX,RSP
		RET

		END