Ignore:
Timestamp:
Oct 2, 2007, 11:35:22 PM (18 years ago)
Author:
bird
Message:

Made it build on darwin - leaving a couple of things for later...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kHlp/Bare/kHlpBare-gcc.c

    r3573 r3594  
    142142        KUPTR   u = ch | (ch << 8);
    143143        u |= u << 16;
    144 #if defined(__AMD64__)
     144#if K_ARCH_BITS >= 64
    145145        u |= u << 32;
     146#endif
     147#if K_ARCH_BITS >= 128
     148        u |= u << 64;
    146149#endif
    147150
Note: See TracChangeset for help on using the changeset viewer.