diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/pa/nm-hppah.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/pa/nm-hppah.h b/gdb/config/pa/nm-hppah.h index 5883c1b..c14c064 100644 --- a/gdb/config/pa/nm-hppah.h +++ b/gdb/config/pa/nm-hppah.h @@ -56,7 +56,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* While this is for use by threaded programs, it doesn't appear * to hurt non-threaded ones. This is used in infrun.c: */ -#define PREPARE_TO_PROCEED() hppa_prepare_to_proceed() +#define PREPARE_TO_PROCEED(select_it) hppa_prepare_to_proceed() extern int hppa_prepare_to_proceed PARAMS(( void )); /* In infptrace.c or infttrace.c: */ |