Skip to content
Snippets Groups Projects
Commit 76f7c0eb authored by wlott's avatar wlott
Browse files

Removed defconstant of sc-number-limit, 'cause it's not really vm specific.

parent ac7c4ccc
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; Scott Fahlman (FAHLMAN@CMUC).
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.79 1990/11/03 03:20:53 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.80 1990/11/03 15:34:32 wlott Exp $
;;; ;;;
;;; This file contains some parameterizations of various VM ;;; This file contains some parameterizations of various VM
;;; attributes for the MIPS. This file is separate from other stuff so ;;; attributes for the MIPS. This file is separate from other stuff so
...@@ -31,10 +31,6 @@ ...@@ -31,10 +31,6 @@
;;;; Compiler constants. ;;;; Compiler constants.
;;; Maximum number of SCs allowed.
;;;
(defconstant sc-number-limit 32)
(eval-when (compile eval load) (eval-when (compile eval load)
(setf (backend-name *backend*) "PMAX") (setf (backend-name *backend*) "PMAX")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment