Loading compiler/disassem.lisp +4 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/disassem.lisp,v 1.53 2006/05/18 17:04:54 rtoy Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/disassem.lisp,v 1.54 2008/04/22 20:14:54 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; Loading Loading @@ -122,6 +122,9 @@ (deftype filtered-value-vector () `(simple-array t (,max-filtered-value-index))) #+sparc (declaim (special vm::*note-sethi-inst* vm::*pseudo-atomic-set*)) ;;; ---------------------------------------------------------------- (defmacro set-disassem-params (&rest args) Loading Loading
compiler/disassem.lisp +4 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/disassem.lisp,v 1.53 2006/05/18 17:04:54 rtoy Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/disassem.lisp,v 1.54 2008/04/22 20:14:54 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; Loading Loading @@ -122,6 +122,9 @@ (deftype filtered-value-vector () `(simple-array t (,max-filtered-value-index))) #+sparc (declaim (special vm::*note-sethi-inst* vm::*pseudo-atomic-set*)) ;;; ---------------------------------------------------------------- (defmacro set-disassem-params (&rest args) Loading