Add PT_[GS]ETFPREGS.
This commit is contained in:
parent
3f74df614e
commit
e3a9f05f7d
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ptrace.h,v 1.6 1994/10/26 07:50:51 cgd Exp $ */
|
||||
/* $NetBSD: ptrace.h,v 1.7 1995/01/26 19:47:10 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993 Christopher G. Demetriou
|
||||
|
@ -38,9 +38,7 @@
|
|||
#define PT_STEP (PT_FIRSTMACH + 0)
|
||||
#define PT_GETREGS (PT_FIRSTMACH + 1)
|
||||
#define PT_SETREGS (PT_FIRSTMACH + 2)
|
||||
#ifdef notyet
|
||||
#define PT_GETFPREGS (PT_FIRSTMACH + 3)
|
||||
#define PT_SETFPREGS (PT_FIRSTMACH + 4)
|
||||
#endif
|
||||
|
||||
#endif /* !_M68K_PTRACE_H_ */
|
||||
|
|
Loading…
Reference in New Issue