Files @ r7560:96eebe264054
Branch filter:

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

rubidium
(svn r11085) -Fix-ish (r11084): some tabs that did not show up in the diff, which caused a mess of tab and non-tab usage.
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_save_esp
_get_save_esp:
		MOV	RAX,RSP
		RET

		END