Changeset 1464 for branches/GNU/src/gcc/boehm-gc/include/private/gcconfig.h
- Timestamp:
- Sep 7, 2004, 3:33:15 AM (21 years ago)
- 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.2to1.1.1.3
r1463 r1464 1668 1668 # define DATASTART ((ptr_t)((((word) (etext)) + 0xfff) & ~0xfff)) 1669 1669 # 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 1674 1674 # endif 1675 1675 # endif -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
