diff --git a/compiler/byte-comp.lisp b/compiler/byte-comp.lisp
index d2aa13c6e8b1fe94dbebb248b77aab43be640399..8fcbea1da4a8549d4b3f63711eba4499c2169a13 100644
--- a/compiler/byte-comp.lisp
+++ b/compiler/byte-comp.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/byte-comp.lisp,v 1.3 1992/08/02 19:50:01 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/byte-comp.lisp,v 1.4 1992/09/07 15:33:39 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -418,6 +418,9 @@
        (annotate-local-call call))
       (:full
        (annotate-full-call call))
+      (:error
+       (setf (basic-combination-kind call) :full)
+       (annotate-full-call call))
       (t
        (unless (and (function-info-byte-compile kind)
 		    (funcall (or (function-info-byte-annotate kind)