mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
Chnaged BREAKPOINT definition to match new value in simualtor.
This commit is contained in:
@ -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>
|
Wed Dec 3 12:44:15 1997 Keith Seitz <keiths@onions.cygnus.com>
|
||||||
|
|
||||||
* tracepoint.c: add declaration for x_command
|
* 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 MAX_REGISTER_VIRTUAL_SIZE 4
|
||||||
|
|
||||||
#define BREAKPOINT {0x40, 0xf8} /* little-ended */
|
#define BREAKPOINT {0x40, 0x00} /* little-ended */
|
||||||
|
|
||||||
#define FUNCTION_START_OFFSET 0
|
#define FUNCTION_START_OFFSET 0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user