. service tells you which device it couldn't stat
[minix3.git] / lib / ack / libp / trap.e
blobcb4424ba999a7f5b555a602bff5185a2059c5f74
3 ; $Header$
5 ; (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
7 ; This product is part of the Amsterdam Compiler Kit.
9 ; Permission to use, sell, duplicate or disclose this software must be
10 ; obtained in writing. Requests for such permissions may be sent to
12 ; Dr. Andrew S. Tanenbaum
13 ; Wiskundig Seminarium
14 ; Vrije Universiteit
15 ; Postbox 7161
16 ; 1007 MC Amsterdam
17 ; The Netherlands
21 mes 2,_EM_WSIZE,_EM_PSIZE
23 #define TRAP 0
25 ; trap is called with one parameter:
26 ; - trap number (TRAP)
28 exp $trap
29 pro $trap,0
30 lol TRAP
31 trp
32 ret 0
33 end ?