aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/s390.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/opcode/s390.h')
-rw-r--r--include/opcode/s390.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/opcode/s390.h b/include/opcode/s390.h
index d540e1d..319bfe2 100644
--- a/include/opcode/s390.h
+++ b/include/opcode/s390.h
@@ -81,7 +81,7 @@ enum s390_opcode_cpu_val
struct s390_opcode
{
- /* The opcode name. */
+ /* The opcode name (mnemonic). */
const char * name;
/* The opcode itself. Those bits which will be filled in with
@@ -110,6 +110,9 @@ struct s390_opcode
/* Instruction specific flags. */
unsigned int flags;
+
+ /* Instruction description. */
+ const char * description;
};
/* The table itself is sorted by major opcode number, and is otherwise