Protoization.

This commit is contained in:
Kevin Buettner
2000-09-18 00:34:51 +00:00
parent 4bb5e078a2
commit afd64b4e2d
3 changed files with 7 additions and 4 deletions

View File

@@ -62,8 +62,7 @@ extern jmp_buf stack_jmp;
extern int errno;
void
fetch_inferior_registers (regno)
int regno; /* Original value discarded */
fetch_inferior_registers (int regno)
{
register unsigned int regaddr;
char buf[MAX_REGISTER_RAW_SIZE];