* ic (rBase, rLink): Make the type a pointer.
This commit is contained in:
parent
21566f9fbe
commit
1c5d25f841
2 changed files with 6 additions and 2 deletions
|
@ -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>
|
Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
* configure: Regenerated to track ../common/aclocal.m4 changes.
|
* configure: Regenerated to track ../common/aclocal.m4 changes.
|
||||||
|
|
|
@ -19,11 +19,11 @@ compute:IndOff:rIndOff:signed_word:(GPR (IndOff) + 0)
|
||||||
#
|
#
|
||||||
compute:Base:Base:
|
compute:Base:Base:
|
||||||
compute:Base:vBase:signed_word:(GPR (Base) + 0)
|
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:Base:vBase:signed_word:(Base == 0 ? 0 : (CPU)->reg[Base])
|
||||||
#
|
#
|
||||||
compute:Link:Link:
|
compute:Link:Link:
|
||||||
compute:Link:rLink:signed_word:(&(CPU)->reg[Link])
|
compute:Link:rLink:signed_word*:(&(CPU)->reg[Link])
|
||||||
#
|
#
|
||||||
# Trap Number
|
# Trap Number
|
||||||
compute:UTN:UTN:
|
compute:UTN:UTN:
|
||||||
|
|
Loading…
Reference in a new issue