src/win64.asm
author rubidium
Fri, 05 Dec 2008 22:46:39 +0000
changeset 10407 419a41009c38
parent 10017 c0eb11a864d7
permissions -rw-r--r--
(svn r14658) -Change: allow changing town names when there are no towns in the scenario yet.
		.CODE

PUBLIC	_get_safe_esp
_get_safe_esp:
		MOV	RAX,RSP
		RET

		END