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 @@
;;; 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
;;; the Move VOP.
......@@ -39,7 +39,7 @@
(null
(move dest null-tn))
(symbol
(inst addi dest null-tn (initial-symbol-offset-symbol val)))
(inst addi dest null-tn (initial-symbol-offset val)))
(string-char
(loadi dest (logior (ash (char-code val) type-bits)
character-type))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment