Skip to content
Snippets Groups Projects
Commit 8c963b9f authored by wlott's avatar wlott
Browse files

Put type flame error into invalid-move.

parent 492ccfa4
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.8 1990/02/28 18:26:05 wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/move.lisp,v 1.9 1990/03/08 15:19:56 wlott Exp $
;;;
;;; This file contains the RT VM definition of operand loading/saving and
;;; the Move VOP.
......@@ -109,9 +109,11 @@
;;; to do anyway.)
;;;
(define-vop (illegal-move)
(:args (x) (type))
(:results (y))
(:ignore y)
(:generator 666))
(:generator 666
(error-call di:object-not-type-error x type)))
;;;; Operand loading and saving:
......
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