Index: /trunk/source/compiler/ARM/arm2.lisp
===================================================================
--- /trunk/source/compiler/ARM/arm2.lisp	(revision 15087)
+++ /trunk/source/compiler/ARM/arm2.lisp	(revision 15088)
@@ -5977,5 +5977,5 @@
               (! logxor-immediate target other-reg (logand unboxed-fixval #xffffffff)))))
         (multiple-value-bind (r1 r2) (arm2-two-untargeted-reg-forms seg form1 arm::arg_y form2 arm::arg_z)
-          (if vreg (ensuring-node-target (target vreg) (! %logxor2 vreg r1 r2)))))
+          (if vreg (ensuring-node-target (target vreg) (! %logxor2 target r1 r2)))))
       (^)))))
 
