File:  [CSRG BSD Unix] / 43BSDReno / sys / tahoealign / Awrite_back.c
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 24 16:12:57 2018 UTC (8 years, 1 month ago) by root
CVS tags: MAIN, HEAD
Initial revision

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

#include "../tahoealign/align.h"

write_back(infop,value, where)
process_info	*infop;
long		value; 
struct	oprnd 	*where;
/*
/*	Put the given result where the operand specifies. 
/*	
/*
/**************************************************/
{
	switch (where->length)
	{
		case 1: write_byte (infop,value, where); break;
		case 2: write_word (infop,value, where); break;
		case 4: write_longword (infop,value, where); break;
		case 8: write_quadword (infop,value, where); break;
		default : printf ("Wrong destination length in alignment\n");
	}
}

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.