Changeset eee74cd in buchla-68k for ram/etival.c


Ignore:
Timestamp:
11/15/2017 08:58:07 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
f852615
Parents:
f06df21
Message:

Fixed mixed-signedness comparisons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/etival.c

    rf06df21 reee74cd  
    150150                tmpval = dec2fr(&ebuf[6]);
    151151
    152                 if (tmpval EQ 0xFFFF) {
     152                if (tmpval EQ -1) {
    153153
    154154#if     DEBUGIT
Note: See TracChangeset for help on using the changeset viewer.