Skip to content
Snippets Groups Projects
Commit 82d8165d authored by toy's avatar toy
Browse files

Oops. Fix typo in exports.lisp and parms.lisp.

parent 30fa498c
No related branches found
No related tags found
No related merge requests found
......@@ -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/code/exports.lisp,v 1.226 2003/10/09 19:06:20 toy Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.227 2003/10/09 21:55:45 toy Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -976,7 +976,7 @@
#+sparc
"PSEUDO-ATOMIC-VALUE"
#+sparc
"PSEUDO-ATOMIC-INTERRUPED-VALUE"
"PSEUDO-ATOMIC-INTERRUPTED-VALUE"
"RANDOM-IMMEDIATE-SC-NUMBER" "RATIO-DENOMINATOR-SLOT"
"RATIO-NUMERATOR-SLOT" "RATIO-SIZE" "RATIO-TYPE"
"REGISTER-SAVE-PENALTY" "RETURN-PC-HEADER-TYPE"
......
......@@ -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/sparc/parms.lisp,v 1.45 2003/10/09 19:01:22 toy Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.46 2003/10/09 21:55:46 toy Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -330,7 +330,7 @@
(export '(pseudo-atomic-trap allocation-trap
pseudo-atomic-value pseudo-atomic-interrupted-mask))
pseudo-atomic-value pseudo-atomic-interrupted-value))
;;;; Pseudo-atomic trap number.
;;;;
;;;; This is the trap number to use when a pseudo-atomic section has
......
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