Index: /trunk/ccl/level-1/x86-error-signal.lisp
===================================================================
--- /trunk/ccl/level-1/x86-error-signal.lisp	(revision 5453)
+++ /trunk/ccl/level-1/x86-error-signal.lisp	(revision 5454)
@@ -98,5 +98,5 @@
                        xp
                        (ldb (byte 4 0) op1))
-                      (logand op2 63))
+                      (logandc2 op2 arch::error-type-error))
                 frame-ptr))
               ((= op1 #xc0)
@@ -138,5 +138,5 @@
                (handle-udf-call xp frame-ptr)
                (setq skip 0))
-              ((= op1 #xc8)
+              ((or (= op1 #xc8) (= op1 #xcb))
                (setq skip 3)
                (%error (%rsc-string $xarroob)
