don't stack-allocate specialized vectors on non-conservtive control stacks
[sbcl.git] / src / runtime / x86-assem.S
index d6dd52b..d04e194 100644 (file)
@@ -347,6 +347,10 @@ GNAME(undefined_tramp):
        ret
        SIZE(GNAME(undefined_tramp))
 
+/* KLUDGE: FIND-ESCAPED-FRAME (SYS:SRC;CODE;DEBUG-INT.LISP) needs
+ * to know the name of the function immediately following the
+ * undefined-function trampoline. */
+
 /*
  * the closure trampoline
  */