Files @ r9908:994583979bb3
Branch filter:

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

rubidium
(svn r14058) -Fix [FS#2224]: NewGRF callback 23 didn't use the NewGRF compatible text stack (minime)
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_save_esp
_get_save_esp:
		MOV	RAX,RSP
		RET

		END