Changeset 5225


Ignore:
Timestamp:
Sep 20, 2006, 3:15:21 AM (18 years ago)
Author:
Gary Byers
Message:

%bswap16: fix type declaration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-sockets.lisp

    r4994 r5225  
    7777                   (ldb (byte 8 24) x)))))
    7878  (defun %bswap16 (x)
    79     (declare (type (unsigned-byte 32) x))
     79    (declare (type (unsigned-byte 16) x))
    8080    (dpb (ldb (byte 8 0) x)
    8181         (byte 8 8)
Note: See TracChangeset for help on using the changeset viewer.