Define PT_STEP.

This commit is contained in:
jonathan 1997-10-19 21:49:50 +00:00
parent 56c06eb279
commit 04c45d466a

View File

@ -1,4 +1,4 @@
/* $NetBSD: ptrace.h,v 1.7 1997/10/19 21:02:00 jonathan Exp $ */
/* $NetBSD: ptrace.h,v 1.8 1997/10/19 21:49:50 jonathan Exp $ */
/*
* Copyright (c) 1992, 1993
@ -43,7 +43,7 @@
#ifndef _MIPS_PTRACE_H_
#define _MIPS_PTRACE_H_
/*#define PT_STEP (PT_FIRSTMACH + 0)*/
#define PT_STEP (PT_FIRSTMACH + 0)
#define PT_GETREGS (PT_FIRSTMACH + 1)
#define PT_SETREGS (PT_FIRSTMACH + 2)