diff options
Diffstat (limited to 'gdb/regcache.h')
-rw-r--r-- | gdb/regcache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/regcache.h b/gdb/regcache.h index 0eea042..6fb790d 100644 --- a/gdb/regcache.h +++ b/gdb/regcache.h @@ -358,6 +358,9 @@ private: int regnum, const void *in_buf, void *out_buf, size_t size) const; + /* Assert on the range of REGNUM. */ + void assert_regnum (int regnum) const; + struct regcache_descr *m_descr; /* The address space of this register cache (for registers where it |