Changeset 8d0af8a in buchla-68k for ram/sedump.c


Ignore:
Timestamp:
11/15/2017 08:04:44 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
3c45656
Parents:
58ff1a9
Message:

Fixed mixed-type pointer comparisons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/sedump.c

    r58ff1a9 r8d0af8a  
    403403                n = 8;
    404404
    405                 while (prptr < olda6) {
     405                while (prptr < (int16_t *)olda6) {
    406406
    407407                        printf("  +%-4d [$%08lX]:  $%04.4X\n",
Note: See TracChangeset for help on using the changeset viewer.