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

    r5c4721b r8c8b4e5  
    2727int16_t delpnts(void)
    2828{
    29         register struct instpnt *pp;
    30         register int8_t *pp1, *pp2;
    31         register int16_t np, pt1, i, pif, cf;
     29        struct instpnt *pp;
     30        int8_t *pp1, *pp2;
     31        int16_t np, pt1, i, pif, cf;
    3232        struct idfnhdr *fp;
    3333        struct instdef *vp;
    34         uint16_t *fpu;
     34        volatile uint16_t *fpu;
    3535        int16_t pt2, nmv, oldi;
    3636
Note: See TracChangeset for help on using the changeset viewer.