* m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.

* config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
This commit is contained in:
Mark Kettenis
2004-04-30 21:47:07 +00:00
parent d4dc1a9120
commit e81554cd7c
3 changed files with 5 additions and 6 deletions

View File

@@ -64,11 +64,6 @@
#define BPT_VECTOR 0xf
#endif
#if !defined (REMOTE_BPT_VECTOR)
#define REMOTE_BPT_VECTOR 1
#endif
static const unsigned char *
m68k_local_breakpoint_from_pc (CORE_ADDR *pcptr, int *lenptr)
{