source: trunk/minix/lib/i386/head/em_abs.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 1.0 KB
Line 
1/* $Header: /cvsup/minix/src/lib/i386/head/em_abs.h,v 1.1.1.1 2005/04/21 14:56:12 beng Exp $ */
2/*
3 * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
4 * See the copyright notice in the ACK home directory, in the file "Copyright".
5 */
6#define LINO_AD 0
7#define FILN_AD 4
8
9#define LINO (*(int *)(_hol0()+LINO_AD))
10#define FILN (*(char **)(_hol0()+FILN_AD))
11
12#define EARRAY 0
13#define ERANGE 1
14#define ESET 2
15#define EIOVFL 3
16#define EFOVFL 4
17#define EFUNFL 5
18#define EIDIVZ 6
19#define EFDIVZ 7
20#define EIUND 8
21#define EFUND 9
22#define ECONV 10
23
24#define ESTACK 16
25#define EHEAP 17
26#define EILLINS 18
27#define EODDZ 19
28#define ECASE 20
29#define EMEMFLT 21
30#define EBADPTR 22
31#define EBADPC 23
32#define EBADLAE 24
33#define EBADMON 25
34#define EBADLIN 26
35#define EBADGTO 27
Note: See TracBrowser for help on using the repository browser.