put boot in /, not /stand
[unix-history] / usr / src / sys / tahoe / align / Ajmp.c
CommitLineData
347ec6d1
SL
1/* Ajmp.c 1.1 86/07/20 */
2
3#include "../tahoealign/align.h"
4jmp(infop)
5process_info *infop;
6/*
7/* Jump to the given address.
8/*
9/********************************************/
10{
11 pc = operand(infop,0)->address ;
12}