diff options
Diffstat (limited to 'gdb/regcache.h')
-rw-r--r-- | gdb/regcache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/regcache.h b/gdb/regcache.h index 69ed4e62..9a341c3 100644 --- a/gdb/regcache.h +++ b/gdb/regcache.h @@ -147,8 +147,8 @@ extern struct type *register_type (struct gdbarch *gdbarch, int regnum); Anyway, the up-shot is that, until that mess is fixed, core code can end up being very confused - should the RAW or VIRTUAL size be - used? As a rule of thumb, use REGISTER_VIRTUAL_SIZE in cooked - code, but with the comment: + used? As a rule of thumb, use DEPRECATED_REGISTER_VIRTUAL_SIZE in + cooked code, but with the comment: OK: REGISTER_VIRTUAL_SIZE |