ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
milieu.h
Go to the documentation of this file.
1
47/*----------------------------------------------------------------------------
48| Include common integer types and flags.
49*----------------------------------------------------------------------------*/
50#include "etiss/fpu/386-GCC.h"
51
52/*----------------------------------------------------------------------------
53| Symbolic Boolean literals.
54*----------------------------------------------------------------------------*/
55enum
56{
57 FALSE = 0,
58 TRUE = 1
59};
this file was derived from the 386-GCC.h file provided with John Hauser's Softfloat 2b library
@ FALSE
Definition milieu.h:57
@ TRUE
Definition milieu.h:58