summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/host/inc/mips/prod/univer_c.h
blob: fac1dabb9c2d2cc4b883dccd99793b6f690a6bbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef _Univer_c_h
#define _Univer_c_h
#define UniverseHashTableSize (8192)
#define UniverseHashTableMask (8191)
#define ConstraintGuessNULL ((struct ConstraintGuessREC*)0)
#define ImpossibleConstraint (-1)
#define CsSelectorGuessNULL ((struct CsSelectorGuessREC*)0)
#define NumberOfUniverses (2000)
#define UniverseHashTableShift (13)
struct ConstraintGuessREC
{
	IU16 constraint;
	IS16 handleAdjust;
	IUH notUsed;
};
struct CsSelectorGuessREC
{
	IUH notUsed;
	IU16 CodeSegSelector;
	IS16 handleAdjust;
};
#endif /* ! _Univer_c_h */