sig.e 786 B

1234567891011121314151617181920212223242526272829303132333435
  1. #define PROC 0
  2. ; $Id$
  3. ;
  4. ; (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
  5. ;
  6. ; This product is part of the Amsterdam Compiler Kit.
  7. ;
  8. ; Permission to use, sell, duplicate or disclose this software must be
  9. ; obtained in writing. Requests for such permissions may be sent to
  10. ;
  11. ; Dr. Andrew S. Tanenbaum
  12. ; Wiskundig Seminarium
  13. ; Vrije Universiteit
  14. ; Postbox 7161
  15. ; 1007 MC Amsterdam
  16. ; The Netherlands
  17. ;
  18. ;
  19. mes 2,EM_WSIZE,EM_PSIZE
  20. ; _sig is called with one parameter:
  21. ; - procedure instance identifier (PROC)
  22. ; and returns nothing.
  23. ; only the procedure identifier inside the PROC is used.
  24. exp $_sig
  25. pro $_sig,0
  26. lal PROC
  27. loi EM_PSIZE
  28. sig
  29. asp EM_PSIZE
  30. ret 0 ; ignore the result of sig
  31. end ?