* ic (rBase, rLink): Make the type a pointer.
authorAndrew Cagney <cagney@redhat.com>
Fri, 24 Apr 1998 09:54:50 +0000 (09:54 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 24 Apr 1998 09:54:50 +0000 (09:54 +0000)
sim/tic80/ChangeLog
sim/tic80/ic

index 1033fe0c6a0d4c0cf02a6dcc17d36522c744eff6..87ce9842fd194b1c31d92cf1c499579703959111 100644 (file)
@@ -1,3 +1,7 @@
+Fri Apr 24 19:43:30 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * ic (rBase, rLink): Make the type a pointer.
+
 Sat Apr  4 20:36:25 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * configure: Regenerated to track ../common/aclocal.m4 changes.
index 17067fbaa4f6f06577263279b5a37a944312b032..042a0d92a9af3866a8ebcd224fa8b37d2b5c1097 100644 (file)
@@ -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:
This page took 0.031497 seconds and 4 git commands to generate.