diff options
Diffstat (limited to 'gdb/vax-tdep.h')
-rw-r--r-- | gdb/vax-tdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/vax-tdep.h b/gdb/vax-tdep.h index e81caed..1a19917 100644 --- a/gdb/vax-tdep.h +++ b/gdb/vax-tdep.h @@ -22,7 +22,7 @@ #define VAX_TDEP_H /* Say how long (ordinary) registers are. This is a piece of bogosity - used in push_word and a few other places; REGISTER_RAW_SIZE is the + used in push_word and a few other places; DEPRECATED_REGISTER_RAW_SIZE is the real way to know how big a register is. */ #define VAX_REGISTER_SIZE 4 @@ -33,7 +33,7 @@ register state. */ #define VAX_REGISTER_BYTES (VAX_NUM_REGS * 4) -/* Largest value REGISTER_RAW_SIZE can have. */ +/* Largest value DEPRECATED_REGISTER_RAW_SIZE can have. */ #define VAX_MAX_REGISTER_RAW_SIZE 4 /* Largest value DEPRECATED_REGISTER_VIRTUAL_SIZE can have. */ |