diff options
Diffstat (limited to 'gdb/gdbserver/regcache.h')
-rw-r--r-- | gdb/gdbserver/regcache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/gdbserver/regcache.h b/gdb/gdbserver/regcache.h index 1461975..df3b261 100644 --- a/gdb/gdbserver/regcache.h +++ b/gdb/gdbserver/regcache.h @@ -93,6 +93,7 @@ void collect_register (struct regcache *regcache, int n, void *buf); void collect_register_as_string (struct regcache *regcache, int n, char *buf); -void collect_register_by_name (struct regcache *regcache, const char *name, void *buf); +void collect_register_by_name (struct regcache *regcache, + const char *name, void *buf); #endif /* REGCACHE_H */ |