Changeset 5108


Ignore:
Timestamp:
Sep 4, 2006, 4:18:55 PM (18 years ago)
Author:
Gary Byers
Message:

Sigh. Test for 8-bit-char case was conditionalized backwards in PPC64 %INIT-MISC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-0/PPC/ppc-array.lisp

    r5099 r5108  
    344344  (b @bad)
    345345  @8
    346   #-target-8-bit-chars
     346  #+target-8-bit-chars
    347347  (cmpdi cr2 imm2 ppc64::subtag-simple-base-string)
    348348  (cmpdi cr0 imm2 ppc64::subtag-s8-vector)
    349   #-target-8-bit-chars
     349  #+target-8-bit-chars
    350350  (beq cr2 @char8)
    351351  (beq cr0 @s8)
Note: See TracChangeset for help on using the changeset viewer.