From 2dc83dd370158e23edb49fd63d23b84e0beb7e43 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Mon, 20 Sep 2010 20:22:03 +0000
Subject: [PATCH] This entire file should be in the cmucl-x87 domain, not
 cmucl-x86-vm.

---
 compiler/x86/float.lisp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/compiler/x86/float.lisp b/compiler/x86/float.lisp
index cc78bbeed..63470ee15 100644
--- a/compiler/x86/float.lisp
+++ b/compiler/x86/float.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float.lisp,v 1.60 2010/04/20 17:57:47 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float.lisp,v 1.61 2010/09/20 20:22:03 rtoy Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -22,7 +22,7 @@
 ;;;
 
 (in-package :x86)
-(intl:textdomain "cmucl-x86-vm")
+(intl:textdomain "cmucl-x87")
 
 
 
@@ -1709,6 +1709,7 @@
 
 ;;; Comparisons with 0 can use the FTST instruction.
 
+
 (define-vop (float-test)
   (:args (x))
   (:temporary (:sc word-reg :offset eax-offset :from :eval) temp)
-- 
GitLab