(REGISTER_DUMP): Correct second argument of register_dump call.

This commit is contained in:
Ulrich Drepper 2001-10-31 21:46:29 +00:00
parent 76f932922e
commit 6d763b877c
2 changed files with 2 additions and 2 deletions

View File

@ -127,4 +127,4 @@ register_dump (int fd, struct sigcontext *ctx)
}
#define REGISTER_DUMP register_dump (fd, &ctx)
#define REGISTER_DUMP register_dump (fd, ctx)

View File

@ -130,4 +130,4 @@ register_dump (int fd, struct sigcontext *ctx)
}
#define REGISTER_DUMP register_dump (fd, &ctx)
#define REGISTER_DUMP register_dump (fd, ctx)