PARAMS removal.

This commit is contained in:
Kevin Buettner 2000-05-28 01:12:42 +00:00
parent 3c07fb76e6
commit a14ed312fd
325 changed files with 4253 additions and 5056 deletions

View file

@ -92,13 +92,13 @@ static int regmap[] =
/* Prototypes for local functions */
void fill_gregset PARAMS ((gregset_t *, int));
void fill_gregset (gregset_t *, int);
void supply_gregset PARAMS ((gregset_t *));
void supply_gregset (gregset_t *);
void supply_fpregset PARAMS ((fpregset_t *));
void supply_fpregset (fpregset_t *);
void fill_fpregset PARAMS ((fpregset_t *, int));
void fill_fpregset (fpregset_t *, int);
/* FIXME: These routine absolutely depends upon (NUM_REGS - NUM_FREGS)