Pristine Ack-5.5
[Ack-5.5.git] / mach / proto / fp / fptrp.e
1 #
2 ;
3 ; (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
4 ; See the copyright notice in the ACK home directory, in the file "Copyright".
5 ;
6
7 ; $Id: fptrp.e,v 1.3 1994/06/24 13:32:13 ceriel Exp $
8
9  mes 2,EM_WSIZE,EM_PSIZE
10
11 #define TRAP    0
12
13 ; _fptrp is called with one parameter:
14 ;       - trap number (TRAP)
15
16  exp $_fptrp
17  pro $_fptrp,0
18  lol TRAP
19  trp
20  ret 0
21  end ?