Changeset 8c8b4e5 in buchla-68k for ram/etmcfn.c


Ignore:
Timestamp:
09/17/2017 05:01:10 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
432327d
Parents:
5c4721b
Message:

More volatile hardware accesses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/etmcfn.c

    r5c4721b r8c8b4e5  
    128128int16_t ef_mwsn(int16_t nn)
    129129{
    130         register int16_t tmpval;
    131         register int16_t *fpuws;
     130        int16_t tmpval;
     131        volatile uint16_t *fpuws;
    132132
    133133        wmcsel = (nn & 0xFF00) ? 1 : 0;
Note: See TracChangeset for help on using the changeset viewer.