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, 8 insertions, 0 deletions
diff --git a/src/os/windows/win64.asm b/src/os/windows/win64.asm
new file mode 100644
index 000000000..d95bc3898
--- /dev/null
+++ b/src/os/windows/win64.asm
@@ -0,0 +1,8 @@
+ .CODE
+
+PUBLIC _get_safe_esp
+_get_safe_esp:
+ MOV RAX,RSP
+ RET
+
+ END