Changeset f852615 in buchla-68k for ram/sendval.c


Ignore:
Timestamp:
11/15/2017 09:02:30 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
e68b406
Parents:
eee74cd
Message:

Fixed no-op delays.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/sendval.c

    reee74cd rf852615  
    1919        int16_t oldi, val;
    2020        int32_t ltmp;
    21         int16_t nop;
     21        volatile int16_t nop = 0;
    2222
    2323        fpu = io_fpu + FPU_OFNC + (voice << 8) + (par << 4);
     
    8787        uint16_t fpexp, fpmant, fptime;
    8888        int16_t oldi, i;
    89         int16_t nop, olds;
     89        volatile int16_t nop = 0;
     90        int16_t olds;
    9091
    9192        if (stat) {
Note: See TracChangeset for help on using the changeset viewer.