aboutsummaryrefslogtreecommitdiff
path: root/sim/tic80/ChangeLog
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1997-05-08 18:36:00 +0000
committerMichael Meissner <gnu@the-meissners.org>1997-05-08 18:36:00 +0000
commit53dcd669e504fb892aaca0b3c7a99aea559aac7a (patch)
treeec2c153e700308e069287b2c259a9e9902f195bb /sim/tic80/ChangeLog
parent30a05dbd8d69554f8954a56892fdf47570bcb0a1 (diff)
downloadgdb-53dcd669e504fb892aaca0b3c7a99aea559aac7a.zip
gdb-53dcd669e504fb892aaca0b3c7a99aea559aac7a.tar.gz
gdb-53dcd669e504fb892aaca0b3c7a99aea559aac7a.tar.bz2
Fix non-anulled calls so that return address is correct
Diffstat (limited to 'sim/tic80/ChangeLog')
-rw-r--r--sim/tic80/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/tic80/ChangeLog b/sim/tic80/ChangeLog
index 51e676a..4a458e4 100644
--- a/sim/tic80/ChangeLog
+++ b/sim/tic80/ChangeLog
@@ -1,5 +1,9 @@
Thu May 8 11:57:47 1997 Michael Meissner <meissner@cygnus.com>
+ * insns (jsr,bsr): For non-allulled calls, set r31 so that the
+ return address does not reexecute the instruction in the delay
+ slot.
+
* misc.c (tic80_trace_*): Change format slightly to accomidate
real large decimal values.