| Copyright 1984 by the Massachusetts Institute of Technology
|
| This file is a real crock. It's purpose is to make dolog just call
| printf until I get around to writing a real dolog.

	.text

.globl	dolog
.globl	printf

dolog:
	jmp	printf
