src/win64.asm
author rubidium
Tue, 30 Sep 2008 20:51:04 +0000
changeset 10208 72c00af5c95d
parent 10017 c0eb11a864d7
permissions -rw-r--r--
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
		.CODE

PUBLIC	_get_safe_esp
_get_safe_esp:
		MOV	RAX,RSP
		RET

		END