xref: /original-bsd/sys/tahoe/align/Ajmp.c (revision fbb2a877)
1 /*	Ajmp.c	1.1	86/07/20	*/
2 
3 #include "../tahoealign/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