Changeset 5086


Ignore:
Timestamp:
Sep 3, 2006, 3:03:01 PM (18 years ago)
Author:
Gary Byers
Message:

%pname-hash: conditionalize for string element size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-0/X86/x86-symbol.lisp

    r4955 r5086  
    133133    @loop8
    134134    (roll ($ 5) (%l accum))
     135    #+target-8-bit-chars
    135136    (xorb (@ x8664::misc-data-offset (% str) (% offset))  (%b accum))
     137    #-target-8-bit-chars
     138    (xorl (@ x8664::misc-data-offset (% str) (% offset) 4) (%l accum))
    136139    (addq ($ 1) (% offset))   
    137140    (subq ($ '1) (% len))
Note: See TracChangeset for help on using the changeset viewer.