0.7.7.9:
[sbcl.git] / src / compiler / mips / target-insts.lisp
1 ;;;; This file is for stuff which was in CMU CL's insts.lisp
2 ;;;; file, but which in the SBCL build process can't be compiled
3 ;;;; into code for the cross-compilation host.
4
5 ;;;; This software is part of the SBCL system. See the README file for
6 ;;;; more information.
7 ;;;;
8 ;;;; This software is derived from the CMU CL system, which was
9 ;;;; written at Carnegie Mellon University and released into the
10 ;;;; public domain. The software is in the public domain and is
11 ;;;; provided with absolutely no warranty. See the COPYING and CREDITS
12 ;;;; files for more information.
13
14 (in-package "SB!VM")
15