1.0.3.37: Oops, fix bad argument types in the new x86-64 modular arithmetic VOPs
[sbcl.git] / src / assembly / assemfile.lisp
index 591acfb..837b239 100644 (file)
   (multiple-value-bind (name options)
       (if (atom name&options)
           (values name&options nil)
-        (values (car name&options)
-                (cdr name&options)))
+          (values (car name&options)
+                  (cdr name&options)))
     (let ((regs (mapcar (lambda (var) (apply #'parse-reg-spec var)) vars)))
       (if *emit-assembly-code-not-vops-p*
           (emit-assemble name options regs code)