summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch/hppa/uthread_machdep.h
blob: cb9325f7c7c680f64e96adb696ed68f40bfd8674 (plain)
1
2
3
4
5
6
7
/*	$OpenBSD: uthread_machdep.h,v 1.6 2002/11/01 00:05:45 mickey Exp $	*/

struct _machdep_state {
	u_long	sp;
	u_long	fp;
	u_int64_t fpregs[32];
};