aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/common-regcache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/common-regcache.cc')
-rw-r--r--gdbsupport/common-regcache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbsupport/common-regcache.cc b/gdbsupport/common-regcache.cc
index 3515bed..b6f02ba 100644
--- a/gdbsupport/common-regcache.cc
+++ b/gdbsupport/common-regcache.cc
@@ -23,7 +23,7 @@
/* Return the register's value or throw if it's not available. */
ULONGEST
-regcache_raw_get_unsigned (struct regcache *regcache, int regnum)
+regcache_raw_get_unsigned (reg_buffer_common *regcache, int regnum)
{
ULONGEST value;
enum register_status status;