Changeset 5030


Ignore:
Timestamp:
Aug 26, 2006, 2:06:10 AM (18 years ago)
Author:
Gary Byers
Message:

Add a declaration, to make this easier to step through.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/x86-error-signal.lisp

    r4552 r5030  
    6666         (op1 (%get-xcf-byte xcf 1))
    6767         (op2 (%get-xcf-byte xcf 2)))
     68    (declare (type (unsigned-byte 8) op0 op1 op2))
    6869    (let* ((skip 2))
    6970      (if (and (= op0 #xcd)
Note: See TracChangeset for help on using the changeset viewer.