xref: /csrg-svn/sys/tahoe/align/Ajmp.c (revision 45760)
1*45760Sbostic /*-
2*45760Sbostic  * Copyright (c) 1986 The Regents of the University of California.
3*45760Sbostic  * All rights reserved.
4*45760Sbostic  *
5*45760Sbostic  * This code is derived from software contributed to Berkeley by
6*45760Sbostic  * Computer Consoles Inc.
7*45760Sbostic  *
8*45760Sbostic  * %sccs.include.redist.c%
9*45760Sbostic  *
10*45760Sbostic  *	@(#)Ajmp.c	7.1 (Berkeley) 12/06/90
11*45760Sbostic  */
1229611Ssam 
1345699Sbostic #include "align.h"
jmp(infop)1429611Ssam jmp(infop)
1529611Ssam process_info *infop;
1629611Ssam /*
1729611Ssam /*	Jump to the given address.
1829611Ssam /*
1929611Ssam /********************************************/
2029611Ssam {
2129611Ssam 	pc = operand(infop,0)->address ;
2229611Ssam }
23