Files @ r10567:28f1a7f85f52
Branch filter:

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

rubidium
(svn r14824) -Fix [FS#1725]: mouse events could be treated twice (illogict)
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_safe_esp
_get_safe_esp:
		MOV	RAX,RSP
		RET

		END