diff options
author | Doug Evans <dje@google.com> | 1998-01-23 10:04:16 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-23 10:04:16 +0000 |
commit | 4b40868e0f8cd2b1f0b89d6b3632a8f70f579a09 (patch) | |
tree | dbab77b333dd0c31a140c9bc5496aeff75c6918b /include | |
parent | 904dafb0d3f564eccab7de3c19d246a289471cee (diff) | |
download | gdb-4b40868e0f8cd2b1f0b89d6b3632a8f70f579a09.zip gdb-4b40868e0f8cd2b1f0b89d6b3632a8f70f579a09.tar.gz gdb-4b40868e0f8cd2b1f0b89d6b3632a8f70f579a09.tar.bz2 |
add comment.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/txvu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/opcode/txvu.h b/include/opcode/txvu.h index dd8bf34..141282b 100644 --- a/include/opcode/txvu.h +++ b/include/opcode/txvu.h @@ -115,7 +115,9 @@ struct txvu_operand { #define TXVU_OPERAND_NEGATIVE 0x40 /* This operand doesn't really exist. The program uses these operands - in special ways. */ + in special ways by creating insertion or extraction functions to have + arbitrary processing performed during assembly/disassemble. + Parse and print routines are ignored for FAKE operands. */ #define TXVU_OPERAND_FAKE 0x80 /* Modifier values. */ |