2012-09-28 selven <pcthegreat@gmail.com>
Make definition match declaration. * regcache.c (regcache_register_status): Change return type to enum register_status.
This commit is contained in:
parent
1415a2a767
commit
39181896f1
@ -1,3 +1,10 @@
|
||||
2012-09-28 selven <pcthegreat@gmail.com>
|
||||
|
||||
Make definition match declaration.
|
||||
|
||||
* regcache.c (regcache_register_status): Change return type to
|
||||
enum register_status.
|
||||
|
||||
2012-09-28 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* mi/mi-main.c (mi_cmd_data_write_memory): Call
|
||||
|
@ -411,7 +411,7 @@ regcache_dup (struct regcache *src)
|
||||
return newbuf;
|
||||
}
|
||||
|
||||
int
|
||||
enum register_status
|
||||
regcache_register_status (const struct regcache *regcache, int regnum)
|
||||
{
|
||||
gdb_assert (regcache != NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user