getting and setting FP regs aren't appropriate yet
This commit is contained in:
parent
89a86e618e
commit
5444802ec5
|
@ -27,7 +27,7 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: ptrace.h,v 1.2 1994/01/09 16:53:03 cgd Exp $
|
||||
* $Id: ptrace.h,v 1.3 1994/01/28 07:06:32 cgd Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -36,6 +36,8 @@
|
|||
#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
|
||||
|
||||
|
|
Loading…
Reference in New Issue