Tue Dec 31 15:19:32 1996 Geoffrey Noer <noer@cygnus.com>

* config/mn10300/tm-mn10300.h: more small register fixes
This commit is contained in:
Geoffrey Noer
1996-12-31 23:21:34 +00:00
parent 6ec96a0265
commit a2bfe134c1
2 changed files with 6 additions and 4 deletions

View File

@ -27,13 +27,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define REGISTER_SIZE 4
#define MAX_REGISTER_RAW_SIZE 4
#define NUM_REGS 19
#define NUM_REGS 14
#define REGISTER_NAMES \
{ "d0", "d1", "d2", "d3", "a0", "a1", "a2", "a3", \
"sp", "pc", "mdr", "psw", "lir", "lar" \
\
"fp", "vo", "rp", "arg0", "arglast"}
"sp", "pc", "mdr", "psw", "lir", "lar" }
#define SP_REGNUM 8
#define PC_REGNUM 9