diff options
Diffstat (limited to 'opcodes/i370-opc.c')
-rw-r--r-- | opcodes/i370-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i370-opc.c b/opcodes/i370-opc.c index 6bb1c9d..22de240 100644 --- a/opcodes/i370-opc.c +++ b/opcodes/i370-opc.c @@ -257,7 +257,7 @@ const struct i370_operand i370_operands[] = #define SS_D2 (SS_B2 + 1) #define SS_D2_MASK (0xfff) { 12, 0, insert_ss_d2, extract_ss_d2, I370_OPERAND_RELATIVE, "SS D2" }, - + }; |