Files @ r11745:e83554732991
Branch filter:

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

alberth
(svn r16140) -Codechange: Call a function while contructing a widget tree.
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_safe_esp
_get_safe_esp:
		MOV	RAX,RSP
		RET

		END