Switch mips-lsi-elf mips16 simulator to igen (from gencode).

This commit is contained in:
Andrew Cagney
1998-11-23 05:50:21 +00:00
parent 9935b2e7f3
commit a83d7d870f
5 changed files with 613 additions and 509 deletions

View File

@@ -495,7 +495,7 @@ memset (&(CPU)->pending, 0, sizeof ((CPU)->pending))
/* For backward compatibility */
#define PENDING_FILL(R,VAL) \
{ \
do { \
if ((R) >= FGRIDX && (R) < FGRIDX + NR_FGR) \
{ \
PENDING_SCHED(FGR[(R) - FGRIDX], VAL, 1, -1); \
@@ -503,7 +503,7 @@ memset (&(CPU)->pending, 0, sizeof ((CPU)->pending))
} \
else \
PENDING_SCHED(GPR[(R)], VAL, 1, -1); \
}
} while (0)