]> git.proxmox.com Git - rustc.git/blobdiff - vendor/psm/src/arch/x86_64_windows_gnu.s
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / vendor / psm / src / arch / x86_64_windows_gnu.s
index 37c9e1c08cf748f445cd02ddeb792f1ac85990c6..8f1258356f8ccb8f4d0ef968db62d9fa910fa849 100644 (file)
@@ -1,5 +1,3 @@
-#include "psm.h"
-
 .text
 
 .def rust_psm_stack_direction
@@ -11,7 +9,7 @@
 rust_psm_stack_direction:
 /* extern "sysv64" fn() -> u8 (%al) */
 .cfi_startproc
-    movb $STACK_DIRECTION_DESCENDING, %al # always descending on x86_64
+    movb $2, %al # always descending on x86_64
     retq
 .cfi_endproc