1.0.12.9: don't limit TOUCH-OBJECT to descriptor-regs
[sbcl.git] / src / compiler / node.lisp
index 134a608..9896b06 100644 (file)
   (call-lexenv nil :type (or lexenv null))
   ;; list of embedded lambdas
   (children nil :type list)
-  (parent nil :type (or clambda null)))
+  (parent nil :type (or clambda null))
+  (allow-instrumenting *allow-instrumenting* :type boolean))
 (defprinter (clambda :conc-name lambda- :identity t)
   %source-name
   %debug-name