Ignore:
Timestamp:
Sep 7, 2004, 3:33:15 AM (21 years ago)
Author:
bird
Message:

GCC v3.3.4 - official sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc/boehm-gc/include/private/gcconfig.h

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1463 r1464  
    16681668#            define DATASTART ((ptr_t)((((word) (etext)) + 0xfff) & ~0xfff))
    16691669#       endif
    1670 #       define PREFETCH(x) \
    1671           __asm__ __volatile__ ("       prefetch        %0": : "m"(*(char *)(x)))
    1672 #       define PREFETCH_FOR_WRITE(x) \
    1673           __asm__ __volatile__ ("       prefetchw       %0": : "m"(*(char *)(x)))
     1670#       
     1671)
     1672#       
     1673#       endif
    16741674#   endif
    16751675# endif
Note: See TracChangeset for help on using the changeset viewer.