0.9.16.38:
[sbcl.git] / src / compiler / sparc / parms.lisp
index 2dc5c35..792612e 100644 (file)
   cerror
   breakpoint
   fun-end-breakpoint
-  after-breakpoint)
-
-(defenum (:prefix object-not- :suffix -trap :start 16)
+  after-breakpoint
+  ;; Stepper actually not implemented on Sparc, but these constants
+  ;; are still needed to avoid undefined variable warnings during sbcl
+  ;; build.
+  single-step-around
+  single-step-before)
+
+(defenum (:prefix object-not- :suffix -trap :start 24)
   list
   instance)