summaryrefslogtreecommitdiff
path: root/src/os/windows/win64.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/windows/win64.asm')
-rw-r--r--src/os/windows/win64.asm8
1 files changed, 0 insertions, 8 deletions
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