Changeset 3f5480c in rtems for c/src/lib/libcpu/m68k/shared/misc/memcpy.c
- Timestamp:
- 08/05/02 19:03:52 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4deeca3
- Parents:
- 75adbe5f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/m68k/shared/misc/memcpy.c
r75adbe5f r3f5480c 40 40 "0" (from), "1" (to), "2" (n) : \ 41 41 "cc", "memory") 42 #endif 43 44 /* gcc doesn't know that cpu32+ is better than cpu32 :( */ 45 #if defined(__mcpu32p__) 46 #undef M68k_HAS_MISALIGNED 47 #define M68k_HAS_MISALIGNED 1 42 48 #endif 43 49
Note: See TracChangeset
for help on using the changeset viewer.