Files @ r14381:4b567f5e5010
Branch filter:

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

yexo
(svn r18948) -Fix: removing a newgrf from the list didn't update the scrollbar
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_safe_esp
_get_safe_esp:
		MOV	RAX,RSP
		RET

		END