Changeset 8203


Ignore:
Timestamp:
Jan 17, 2008, 10:44:34 AM (17 years ago)
Author:
Gary Byers
Message:

wrong-way branch in UNBOX-S16.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/compiler/X86/X8664/x8664-vinsns.lisp

    r8130 r8203  
    971971  (sarq (:$ub (- x8664::nbits-in-word (+ 16 x8664::fixnumshift))) (:%q dest))
    972972  (cmpq (:%q src) (:%q dest))
    973   (je :bad)
     973  (jne :bad)
    974974  (testb (:$b x8664::fixnummask) (:%b dest))
    975975  (jne :bad)
Note: See TracChangeset for help on using the changeset viewer.