* linux-low.c (usr_store_inferior_registers): Declare local `pid'

variable.
This commit is contained in:
Pedro Alves 2009-04-03 11:40:02 +00:00
parent 7309f75664
commit 55ac2b9961
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-04-02 Pedro Alves <pedro@codesourcery.com>
* linux-low.c (usr_store_inferior_registers): Declare local `pid'
variable.
2009-04-01 Pedro Alves <pedro@codesourcery.com>
Implement the multiprocess extensions, and add linux multiprocess

View File

@ -1985,6 +1985,7 @@ usr_store_inferior_registers (int regno)
CORE_ADDR regaddr;
int i, size;
char *buf;
int pid;
if (regno >= 0)
{