Add dummy params where needed.

This commit is contained in:
Andrew Cagney 2000-08-18 22:02:43 +00:00
parent 66102fe268
commit 3f0845370f
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2000-08-18 Andrew Cagney <cagney@ops1.cygnus.com>
* remote-array.c (array_fetch_register): Pass dummy parameter to
array_fetch_registers.
(array_store_register): Ditto.
2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
* value.h (struct value) <lazy>: Add a comment about its use for

View File

@ -832,7 +832,7 @@ array_fetch_registers (int ignored)
static void
array_fetch_register (int ignored)
{
array_fetch_registers ();
array_fetch_registers (0 /* ignored */);
}
/*
@ -880,7 +880,7 @@ array_store_registers (int ignored)
static void
array_store_register (int ignored)
{
array_store_registers ();
array_store_registers (0 /* ignored */);
}
/* Get ready to modify the registers array. On machines which store