Home | History | Annotate | Line # | Download | only in gen
_resumecontext.S revision 1.1
      1 # $NetBSD: _resumecontext.S,v 1.1 2004/03/01 19:26:29 drochner Exp $
      2 
      3 #include <machine/asm.h>
      4 
      5 LEAF_NOPROFILE(__resumecontext, 0)
      6 	LDGP(ra)
      7 	CALL(_resumecontext)
      8