#    (C) 1995-96 AROS - The Amiga Replacement OS
#    $Id: userstate.s,v 1.2 1996/08/01 17:41:21 digulla Exp $
#    $Log: userstate.s,v $
#    Revision 1.2  1996/08/01 17:41:21  digulla
#    Added standard header for all files
#
#    Desc:
#    Lang:

	.text
	.align	16
	.globl	Exec_UserState
	.type	Exec_UserState,@function
Exec_UserState:
	/* Dummy */
	ret

