Skip to content
Snippets Groups Projects
Commit 6276ec12 authored by wlott's avatar wlott
Browse files

Added gp-tn for use with call-out to C.

parent 71977c7c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/vm.lisp,v 1.7 1990/02/18 05:25:44 wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/vm.lisp,v 1.8 1990/02/20 16:19:55 wlott Exp $
;;;
;;; This file contains the VM definition for the MIPS R2000 and the new
;;; object format.
......@@ -393,6 +393,14 @@
:sc (sc-or-lose 'any-reg)
:offset code-offset))
;;;
;;; Global Pointer (for C call-out)
(defparameter gp-tn
(make-random-tn :kind :normal
:sc (sc-or-lose 'any-reg)
:offset 29))
;;;; Side-Effect Classes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment