1.0.24.12: adding and fixing the HPUX/HPPA build target
[sbcl.git] / src / compiler / hppa / debug.lisp
index 705b0d4..24a9691 100644 (file)
@@ -92,9 +92,9 @@
   (:translate fun-code-header)
   (:variant fun-pointer-lowtag))
 
-(define-vop (make-lisp-obj)
+(define-vop (%make-lisp-obj)
   (:policy :fast-safe)
-  (:translate make-lisp-obj)
+  (:translate %make-lisp-obj)
   (:args (value :scs (unsigned-reg) :target result))
   (:arg-types unsigned-num)
   (:results (result :scs (descriptor-reg)))