Changeset aa021e2 in buchla-68k for include


Ignore:
Timestamp:
07/14/2017 09:22:01 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
7bb1284
Parents:
7ecfb7b
Message:

Don't shift negative constants.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/fpu.h

    r7ecfb7b raa021e2  
    2929
    3030#define VALMAX          (1000 << 5)
    31 #define VALMIN          (-1000 << 5)
     31#define VALMIN          (-VALMAX)
    3232
    3333/* FPU data types */
Note: See TracChangeset for help on using the changeset viewer.