0.9.2.48:
[sbcl.git] / src / compiler / x86 / show.lisp
index cdc1d11..4d291f1 100644 (file)
 (define-vop (print)
   (:args (object :scs (descriptor-reg any-reg)))
   (:temporary (:sc unsigned-reg
-              :offset eax-offset
-              :target result
-              :from :eval
-              :to (:result 0))
-             eax)
+               :offset eax-offset
+               :target result
+               :from :eval
+               :to (:result 0))
+              eax)
   (:results (result :scs (descriptor-reg)))
   (:save-p t)
   (:generator 100