* linux-low.c (usr_store_inferior_registers): Declare local `pid'
variable.
This commit is contained in:
parent
7309f75664
commit
55ac2b9961
@ -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
|
||||
|
@ -1985,6 +1985,7 @@ usr_store_inferior_registers (int regno)
|
||||
CORE_ADDR regaddr;
|
||||
int i, size;
|
||||
char *buf;
|
||||
int pid;
|
||||
|
||||
if (regno >= 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user