diff options
Diffstat (limited to 'gdb/config/ns32k/tm-merlin.h')
-rw-r--r-- | gdb/config/ns32k/tm-merlin.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/ns32k/tm-merlin.h b/gdb/config/ns32k/tm-merlin.h index f951c28..4c9cedf 100644 --- a/gdb/config/ns32k/tm-merlin.h +++ b/gdb/config/ns32k/tm-merlin.h @@ -62,10 +62,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define DECR_PC_AFTER_BREAK 0 -/* Nonzero if instruction at PC is a return instruction. */ - -#define ABOUT_TO_RETURN(pc) (read_memory_integer (pc, 1) == 0x12) - /* Define this to say that the "svc" insn is followed by codes in memory saying which kind of system call it is. */ |