Changeset 72741f4 in buchla-68k for ram/initi.c


Ignore:
Timestamp:
11/15/2017 07:28:55 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
00c31a2
Parents:
7c5def4
Message:

Fixed incompatible pointers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/initi.c

    r7c5def4 r72741f4  
    350350
    351351                k = (voice << 4) + fnoff[j];
    352                 funcndx[k][0] = &ip->idhfnc[j];
    353                 funcndx[k][1] = ip->idhpnt;
     352                funcndx[k][0] = (int8_t *)&ip->idhfnc[j];
     353                funcndx[k][1] = (int8_t *)ip->idhpnt;
    354354        }
    355355
Note: See TracChangeset for help on using the changeset viewer.