view src/win64.asm @ 9038:6e86ab2cba9f draft

(svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station code.
author rubidium <rubidium@openttd.org>
date Wed, 23 Apr 2008 22:16:41 +0000
parents c7702350b836
children 005e91956321
line wrap: on
line source

		.CODE

PUBLIC	_get_save_esp
_get_save_esp:
		MOV	RAX,RSP
		RET

		END