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:
Pedro Alves 2012-09-28 12:04:28 +00:00
parent 1415a2a767
commit 39181896f1
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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);