Files @ r8227:553c3397a81b
Branch filter:

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

rubidium
(svn r11790) -Update: apparantly it's 2008 already ;). Patch by Anne Stellingwerf (FS#1613).
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_save_esp
_get_save_esp:
		MOV	RAX,RSP
		RET

		END