Changeset 8c8b4e5 in buchla-68k for ram/etloc.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/etloc.c

    r5c4721b r8c8b4e5  
    3030void setloc(int16_t grp, int16_t loc)
    3131{
    32         register int16_t g, i, val;
    33         register uint16_t *fpu;
    34         register struct idfnhdr *fp;
     32        int16_t g, i, val;
     33        volatile uint16_t *fpu;
     34        struct idfnhdr *fp;
    3535        uint16_t fpmant, fpexp;
    3636        int16_t oldsr;
Note: See TracChangeset for help on using the changeset viewer.