4.3BSD-Reno/src/sys/tahoealign/Ajmp.c

Compare this file to the similar file:
Show the results in this format:

/*	Ajmp.c	1.1	86/07/20	*/

#include "../tahoealign/align.h" 
jmp(infop)
process_info *infop;
/*
/*	Jump to the given address.
/*
/********************************************/
{
	pc = operand(infop,0)->address ;
}