src/win64.asm
author michi_cc
Mon, 20 Oct 2008 19:35:48 +0000
changeset 10269 eb8e4225dbc6
parent 10017 c0eb11a864d7
permissions -rw-r--r--
(svn r14504) -Cleanup: Use the right variable type for tile offsets.
		.CODE

PUBLIC	_get_safe_esp
_get_safe_esp:
		MOV	RAX,RSP
		RET

		END