From: Andrew Cagney Date: Fri, 24 Apr 1998 09:54:50 +0000 (+0000) Subject: * ic (rBase, rLink): Make the type a pointer. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=1c5d25f841e21cd9e8c65bbae09620c10696a33a;p=deliverable%2Fbinutils-gdb.git * ic (rBase, rLink): Make the type a pointer. --- diff --git a/sim/tic80/ChangeLog b/sim/tic80/ChangeLog index 1033fe0c6a..87ce9842fd 100644 --- a/sim/tic80/ChangeLog +++ b/sim/tic80/ChangeLog @@ -1,3 +1,7 @@ +Fri Apr 24 19:43:30 1998 Andrew Cagney + + * ic (rBase, rLink): Make the type a pointer. + Sat Apr 4 20:36:25 1998 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. diff --git a/sim/tic80/ic b/sim/tic80/ic index 17067fbaa4..042a0d92a9 100644 --- a/sim/tic80/ic +++ b/sim/tic80/ic @@ -19,11 +19,11 @@ compute:IndOff:rIndOff:signed_word:(GPR (IndOff) + 0) # compute:Base:Base: compute:Base:vBase:signed_word:(GPR (Base) + 0) -compute:Base:rBase:signed_word:(&GPR (Base)) +compute:Base:rBase:signed_word*:(&GPR (Base)) #compute:Base:vBase:signed_word:(Base == 0 ? 0 : (CPU)->reg[Base]) # compute:Link:Link: -compute:Link:rLink:signed_word:(&(CPU)->reg[Link]) +compute:Link:rLink:signed_word*:(&(CPU)->reg[Link]) # # Trap Number compute:UTN:UTN: