* config/h8300/tm-h8300.h (BREAKPOINT): Insn changed to sleep.

(DECP_PC_AFTER_BREAK): Now is 0.
This commit is contained in:
Steve Chamberlain 1993-12-12 00:03:31 +00:00
parent 08c0d7b84f
commit 34f07efe01

View File

@ -77,12 +77,13 @@ extern CORE_ADDR h8300_skip_prologue ();
#define INNER_THAN <
#define BREAKPOINT {0x7A, 0xFF}
/*#define BREAKPOINT {0x7A, 0xFF}*/
#define BREAKPOINT {0x01, 0x80} /* Sleep */
/* If your kernel resets the pc after the trap happens you may need to
define this before including this file. */
define this before including this file. */
#define DECR_PC_AFTER_BREAK 2
#define DECR_PC_AFTER_BREAK 0
/* Nonzero if instruction at PC is a return instruction. */
/* Allow any of the return instructions, including a trapv and a return
@ -254,4 +255,4 @@ typedef unsigned short INSN_WORD;
#define GDB_TARGET_IS_H8300
#define NUM_REALREGS 10
#define NOP {0,0}
#define NOP { 0x01, 0x80} /* A sleep insn */