Files @ r10688:9e216b0bd8ab
Branch filter:

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

truebrain
(svn r15006) -Codechange: throw a real instance of a class, instead of '0' (which can also be a throw from within a thread for what ever reason)
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_safe_esp
_get_safe_esp:
		MOV	RAX,RSP
		RET

		END