Changeset 72741f4 in buchla-68k for ram/sedump.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/sedump.c

    r7c5def4 r72741f4  
    391391        }
    392392
    393         cura6 = A6PTR;
     393        cura6 = (int32_t *)A6PTR;
    394394
    395395        while (cura6) {
     
    400400                        cura6, olda6, *(cura6 + 4L));
    401401
    402                 prptr = cura6 + 8L;
     402                prptr = (int16_t *)(cura6 + 8L);
    403403                n = 8;
    404404
Note: See TracChangeset for help on using the changeset viewer.