Changeset 5380


Ignore:
Timestamp:
Oct 19, 2006, 12:18:01 PM (18 years ago)
Author:
Gary Byers
Message:

Typos in UNBOX-S8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/PPC/PPC32/ppc32-vinsns.lisp

    r5356 r5380  
    11781178  (slwi dest src (- ppc32::nbits-in-word (+ 8 ppc32::fixnumshift)))
    11791179  (srawi dest dest (- ppc32::nbits-in-word 8))
    1180   (slwi dest src ppc32::fixnumshift)
     1180  (slwi dest dest ppc32::fixnumshift)
    11811181  (cmpw crf dest src)
    11821182  (srawi dest src ppc32::fixnumshift)
    11831183  (beq+ crf :got-it)
    11841184  :bad
    1185   (uuo_interr arch::error-object-not-signed-byte-16 src)
     1185  (uuo_interr arch::error-object-not-signed-byte-8 src)
    11861186  :got-it)
    11871187
Note: See TracChangeset for help on using the changeset viewer.