1.0.32.29: Add build flag :sb-xref-for-internals.
[sbcl.git] / src / compiler / generic / parms.lisp
index 9b9a3a6..6bb0e77 100644 (file)
@@ -80,3 +80,9 @@
 ;;; Number of entries in the thread local storage. Limits the number
 ;;; of symbols with thread local bindings.
 (def!constant tls-size 4096)
+
+(defenum ()
+  trace-table-normal
+  trace-table-call-site
+  trace-table-fun-prologue
+  trace-table-fun-epilogue)