Changeset 4422c8e in buchla-68k for ram/dcopy.c


Ignore:
Timestamp:
07/14/2017 02:46:19 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
d21fc6f
Parents:
add86dd
Message:

No more pointer-int conversions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/dcopy.c

    radd86dd r4422c8e  
    4040        mphead.F_Symtab = 0L;                   /* symbol table length */
    4141        mphead.F_Res1   = 0L;                   /* reserved area #1 */
    42         mphead.F_Res2   = &Lo_RAM;              /* text base */
     42        mphead.F_Res2   = (int32_t)&Lo_RAM;     /* text base */
    4343        mphead.F_Res3   = 0xFFFF;               /* flag word */
    4444
Note: See TracChangeset for help on using the changeset viewer.