Adjust SETcc instruction encoding on x86-64.
[sbcl.git] / src / compiler / hppa / pred.lisp
index 7721bd5..8c40e9a 100644 (file)
@@ -23,8 +23,7 @@
   (:generator 0
      (error "BRANCH-IF not yet implemented")))
 
-(!def-vm-support-routine
-    convert-conditional-move-p (node dst-tn x-tn y-tn)
+(defun convert-conditional-move-p (node dst-tn x-tn y-tn)
   (declare (ignore node dst-tn x-tn y-tn))
   nil)