1.0.36.9: UD2-BREAKPOINTS feature for x86oid systems
[sbcl.git] / src / runtime / x86-assem.S
index 37fcafa..8e0db32 100644 (file)
@@ -79,7 +79,7 @@
  * for this instruction in the SIGILL handler and if we see it, we
  * advance the EIP by two bytes to skip over ud2 instruction and
  * call sigtrap_handler. */
-#if defined(LISP_FEATURE_DARWIN)
+#if defined(LISP_FEATURE_UD2_BREAKPOINTS)
 #define END()
 #define TRAP ud2
 #else