diff options
author | Martin Hunt <hunt@redhat.com> | 1996-09-19 23:21:56 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1996-09-19 23:21:56 +0000 |
commit | 81dc176f58906e0e61ce2e298513ae3b15717fec (patch) | |
tree | f9f58f446613594cb08e385cabaa6d261325744f /gdb/config/d10v | |
parent | c05d17211ee207282e7a8a397a2ee39d798dc708 (diff) | |
download | gdb-81dc176f58906e0e61ce2e298513ae3b15717fec.zip gdb-81dc176f58906e0e61ce2e298513ae3b15717fec.tar.gz gdb-81dc176f58906e0e61ce2e298513ae3b15717fec.tar.bz2 |
Thu Sep 19 16:19:01 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* d10v-tdep.c: Stack chain should work now.
Diffstat (limited to 'gdb/config/d10v')
-rw-r--r-- | gdb/config/d10v/tm-d10v.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/d10v/tm-d10v.h b/gdb/config/d10v/tm-d10v.h index adf04b3..327adee 100644 --- a/gdb/config/d10v/tm-d10v.h +++ b/gdb/config/d10v/tm-d10v.h @@ -60,7 +60,7 @@ extern CORE_ADDR d10v_skip_prologue (); /* If your kernel resets the pc after the trap happens you may need to define this before including this file. */ -#define DECR_PC_AFTER_BREAK 0 +#define DECR_PC_AFTER_BREAK 4 #define REGISTER_NAMES \ { "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7", \ |