Index: /branches/working-0711/ccl/compiler/X86/X8664/x8664-vinsns.lisp
===================================================================
--- /branches/working-0711/ccl/compiler/X86/X8664/x8664-vinsns.lisp	(revision 8015)
+++ /branches/working-0711/ccl/compiler/X86/X8664/x8664-vinsns.lisp	(revision 8016)
@@ -326,5 +326,5 @@
   :resume
   (rcmpw (:%w x8664::nargs) (:$w (:apply ash n x8664::word-shift)))
-  (jg :bad)
+  (ja :bad)
   
   (:anchored-uuo-section :resume)
@@ -344,9 +344,10 @@
    (jb :toofew))
   (rcmpw (:%w x8664::nargs) (:$w (:apply ash max x8664::word-shift)))
-  (jg :toomany)
+  (ja :toomany)
   
   (:anchored-uuo-section :resume)
   :toofew
   (:anchored-uuo (uuo-error-too-few-args))
+  (:anchored-uuo-section :resume)
   :toomany
   (:anchored-uuo (uuo-error-too-many-args)))
