aboutsummaryrefslogtreecommitdiff
path: root/sys/gio/stdgraph/stgunkown.x
blob: 55327b626b6afc32d91207241580f45cacb79f69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

# STG_UNKNOWN -- The unknown instruction.  Called by the interpreter whenever
# an unrecognized opcode is encountered.  Should never be called.

procedure stg_unknown (gki)

short	gki[ARB]		# the GKI instruction
int	fd, verbose
common	/stgcom/ fd, verbose

begin
	call fprintf (fd, "unknown\n")
end