Changeset c59409e in buchla-68k for libsm/memcpyw.x


Ignore:
Timestamp:
08/19/2017 09:20:16 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ad89950
Parents:
197ff76
Message:

Volatile hardware accesses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libsm/memcpyw.x

    r197ff76 rc59409e  
    1515*/
    1616
    17 extern  void            *memcpyw(void *vp1, void *vp2, int16_t n);
     17extern  volatile void   *memcpyw(volatile void *vp1, volatile void *vp2, int16_t n);
Note: See TracChangeset for help on using the changeset viewer.