diff --git a/compiler/sparc/float.lisp b/compiler/sparc/float.lisp index 75f839d2734430a195e6d7f8bb14f8a28eb281c6..2c45f8847c1fbd8ac8b89bc3b08a688dc6d22414 100644 --- a/compiler/sparc/float.lisp +++ b/compiler/sparc/float.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/float.lisp,v 1.1 1990/11/30 17:04:42 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/float.lisp,v 1.2 1990/12/01 22:34:45 wlott Exp $ ;;; ;;; This file contains floating point support for the MIPS. ;;; @@ -198,6 +198,7 @@ (ecase format (:single (inst fcmps x y)) (:double (inst fcmpd x y))) + (inst nop) (inst fb (if not-p nope yep) target) (inst nop)))