Skip to content
Snippets Groups Projects
Commit a3a7d1a8 authored by ch's avatar ch
Browse files

Fixed typo in last fix.

parent 9ca2b8b4
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/move.lisp,v 1.5 1990/02/18 05:47:26 ch Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/move.lisp,v 1.6 1990/02/18 05:59:35 ch Exp $
;;; ;;;
;;; This file contains the RT VM definition of operand loading/saving and ;;; This file contains the RT VM definition of operand loading/saving and
;;; the Move VOP. ;;; the Move VOP.
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
(null (null
(move dest null-tn)) (move dest null-tn))
(symbol (symbol
(inst addi dest null-tn (initial-symbol-offset-symbol val))) (inst addi dest null-tn (initial-symbol-offset val)))
(string-char (string-char
(loadi dest (logior (ash (char-code val) type-bits) (loadi dest (logior (ash (char-code val) type-bits)
character-type)))) character-type))))
......
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