From ff8e7f5bd66746fbb35a401c4fdf2a94b311a4cf Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 21 Feb 1992 22:06:32 +0000 Subject: [PATCH] Moved float to before sap so that sap stuff can refer to float stuff instead of float stuff refering to sap stuff. --- tools/comcom.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/comcom.lisp b/tools/comcom.lisp index 5b310f7af..0f5a8a5a1 100644 --- a/tools/comcom.lisp +++ b/tools/comcom.lisp @@ -108,10 +108,10 @@ (comf "target:compiler/generic/primtype") (comf "target:assembly/mips/support" :load *load-stuff*) (comf "target:compiler/mips/move") + (comf "target:compiler/mips/float") (comf "target:compiler/mips/sap") (comf "target:compiler/mips/system") (comf "target:compiler/mips/char") - (comf "target:compiler/mips/float") (comf "target:compiler/mips/memory") (comf "target:compiler/mips/static-fn") (comf "target:compiler/mips/arith") -- GitLab