Index: /trunk/ccl/compiler/X86/x862.lisp
===================================================================
--- /trunk/ccl/compiler/X86/x862.lisp	(revision 4815)
+++ /trunk/ccl/compiler/X86/x862.lisp	(revision 4816)
@@ -1167,7 +1167,7 @@
           (-> labelno))
         (@ no-overflow))
-        (if labelno
-          (! fix-fixnum-overflow-ool-and-branch target (aref *backend-labels* labelno))
-          (! fix-fixnum-overflow-ool target)))))
+      (if labelno
+        (! fix-fixnum-overflow-ool-and-branch target (aref *backend-labels* labelno))
+        (! fix-fixnum-overflow-ool target)))))
 
 (defun x862-nil (seg vreg xfer)
