Changeset add86dd in buchla-68k for rom/booter.x


Ignore:
Timestamp:
07/14/2017 02:32:11 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
4422c8e
Parents:
7d4cf30
Message:

Incompatible pointers, pointer-int conversions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rom/booter.x

    r7d4cf30 radd86dd  
    1818extern  int32_t         B_bss_l;
    1919extern  int32_t         B_bss_o;
    20 extern  int8_t          *B_buf_a;
     20extern  int32_t         B_buf_a;
    2121extern  int32_t         B_chk;
    2222extern  int32_t         B_dat_l;
Note: See TracChangeset for help on using the changeset viewer.