diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-04-30 08:38:28 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-04-30 08:38:28 +0000 |
commit | 7bd5c2e6e54db66facd8672f908a533ffeef287c (patch) | |
tree | d44ce7a4a0ce596b0f1c28bf04f444ea706e0686 /gdb/config | |
parent | 85ce56358f401dc5be3356e3a55d03642a2d2eec (diff) | |
download | gdb-7bd5c2e6e54db66facd8672f908a533ffeef287c.zip gdb-7bd5c2e6e54db66facd8672f908a533ffeef287c.tar.gz gdb-7bd5c2e6e54db66facd8672f908a533ffeef287c.tar.bz2 |
Define TiC80 break point (tmp)
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/tic80/tm-tic80.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/tic80/tm-tic80.h b/gdb/config/tic80/tm-tic80.h index 2ca66dc..cfaf1e1 100644 --- a/gdb/config/tic80/tm-tic80.h +++ b/gdb/config/tic80/tm-tic80.h @@ -111,7 +111,7 @@ struct frame_saved_regs; /* Sequence of bytes for breakpoint instruction. This is padded out to the size of a machine word. */ -#define BREAKPOINT {0x0, 0x0, 0x0, 0x0} /* FIXME! */ +#define BREAKPOINT {0x49, 0x80, 0x00, 0x00} /* FIXME! */ /* Amount PC must be decremented by after a breakpoint. This is often the number of bytes in BREAKPOINT |