xref: /csrg-svn/sys/tahoe/align/Ajmp.c (revision 45699)
1 /*	Ajmp.c	1.2	90/12/04	*/
2 
3 #include "align.h"
4 jmp(infop)
5 process_info *infop;
6 /*
7 /*	Jump to the given address.
8 /*
9 /********************************************/
10 {
11 	pc = operand(infop,0)->address ;
12 }
13