Update tests for 64 bit Windows builds
[sbcl.git] / tests / win32-foreign-stack-unwind.impure.lisp
index 40a6362..99ff7c3 100755 (executable)
@@ -12,6 +12,7 @@
 ;;;; more information.
 
 #-win32 (exit :code 104) ;; This is extremely win32-specific.
+#-x86   (exit :code 104) ;; And our AMD64 backend does not aim to support it.
 
 (use-package :sb-alien)