Chnaged BREAKPOINT definition to match new value in simualtor.
This commit is contained in:
parent
2f252edab6
commit
206bc85d0d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Dec 4 09:30:22 1997 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* config/v850/tm-v850.h (BREAKPOINT): Changed to match new value.
|
||||
|
||||
Wed Dec 3 12:44:15 1997 Keith Seitz <keiths@onions.cygnus.com>
|
||||
|
||||
* tracepoint.c: add declaration for x_command
|
||||
|
|
|
@ -67,7 +67,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||
|
||||
#define MAX_REGISTER_VIRTUAL_SIZE 4
|
||||
|
||||
#define BREAKPOINT {0x40, 0xf8} /* little-ended */
|
||||
#define BREAKPOINT {0x40, 0x00} /* little-ended */
|
||||
|
||||
#define FUNCTION_START_OFFSET 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue