diff options
author | Doug Evans <dje@google.com> | 1998-01-05 15:52:15 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-05 15:52:15 +0000 |
commit | 127312193d4901c5c21416599ae4a2a324170712 (patch) | |
tree | 5b7953ba10ca5f72d435ed0fce6c58f4e47223a0 /include/opcode | |
parent | 4b65fd38798807a481eb9c915af10bc36db0adc6 (diff) | |
download | gdb-127312193d4901c5c21416599ae4a2a324170712.zip gdb-127312193d4901c5c21416599ae4a2a324170712.tar.gz gdb-127312193d4901c5c21416599ae4a2a324170712.tar.bz2 |
(TXVU_MASK_VFREG): Renamed from TXVU_MASK_REG.
Diffstat (limited to 'include/opcode')
-rw-r--r-- | include/opcode/txvu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/txvu.h b/include/opcode/txvu.h index 1601722..c26decc 100644 --- a/include/opcode/txvu.h +++ b/include/opcode/txvu.h @@ -196,7 +196,7 @@ struct txvu_operand { #define TXVU_SHIFT_FTREG 16 #define TXVU_SHIFT_FSREG 11 #define TXVU_SHIFT_FDREG 6 -#define TXVU_MASK_REG 31 +#define TXVU_MASK_VFREG 31 #define TXVU_DEST_X 8 #define TXVU_DEST_Y 4 #define TXVU_DEST_Z 2 |