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

    r7c5def4 r72741f4  
    9494                                newflag = TRUE;
    9595
    96                         se_disp(ep, D_FWD, gdstbc, 1);
     96                        se_disp((struct s_entry *)ep, D_FWD, gdstbc, 1);
    9797
    9898                } else {
     
    139139                                                      ep_adj(p_cur, 0, t_cur))->e_fwd;
    140140
    141                                         se_disp(ep, D_FWD, gdstbc, 1);
     141                                        se_disp((struct s_entry *)ep, D_FWD, gdstbc, 1);
    142142
    143143                                        if (lstendc < NLSTENTS)
     
    251251                                      ep_adj(p_cur, 0, t_cur))->e_fwd;
    252252
    253                         se_disp(ep, D_FWD, gdstbc, 1);
     253                        se_disp((struct s_entry *)ep, D_FWD, gdstbc, 1);
    254254
    255255                        if (t_cur EQ t_ctr)
Note: See TracChangeset for help on using the changeset viewer.