From a7e8b67c7c96d7e76b495ce2bed9f5f423870522 Mon Sep 17 00:00:00 2001 From: michi_cc Date: Mon, 23 Aug 2010 18:19:15 +0000 Subject: (svn r20598) -Codechange: [Win32] Replace the external x64 asm with a built-in Windows function. --- src/os/windows/win64.asm | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/os/windows/win64.asm (limited to 'src/os/windows/win64.asm') diff --git a/src/os/windows/win64.asm b/src/os/windows/win64.asm deleted file mode 100644 index d95bc3898..000000000 --- a/src/os/windows/win64.asm +++ /dev/null @@ -1,8 +0,0 @@ - .CODE - -PUBLIC _get_safe_esp -_get_safe_esp: - MOV RAX,RSP - RET - - END -- cgit v1.2.3-70-g09d2