diff --git a/compiler/ppc/call.lisp b/compiler/ppc/call.lisp
index 1ba1df1a7fb3ee96a283b4a662b463677e25ef0e..8ede70c1c68be0fa266490b10efe6d0c94a24f6f 100644
--- a/compiler/ppc/call.lisp
+++ b/compiler/ppc/call.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/ppc/call.lisp,v 1.9 2005/12/12 00:52:33 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/call.lisp,v 1.10 2005/12/14 02:38:13 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -835,7 +835,7 @@ default-value-8
 	   (note-this-location vop :call-site)
 	   (inst mtctr entry-point)
 	   (move code-tn function)
-	   (inst bctr)
+	   (inst bctr))
 
 	 ,@(ecase return
 	     (:fixed