From e978ad62496d42e20f1b06d5f6a78c67e55b21f9 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 26 Jun 2020 09:24:19 -0700 Subject: [PATCH] i386-opc.tbl: Add a blank line * i386-opc.tbl: Add a blank line. --- opcodes/ChangeLog | 4 ++++ opcodes/i386-opc.tbl | 1 + 2 files changed, 5 insertions(+) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 80d553e581..17806b432b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2020-06-26 H.J. Lu + + * i386-opc.tbl: Add a blank line. + 2020-06-26 H.J. Lu * i386-gen.c (opcode_modifiers): Replace VecSIB with SIB. diff --git a/opcodes/i386-opc.tbl b/opcodes/i386-opc.tbl index 3551f12b2a..ded96884c0 100644 --- a/opcodes/i386-opc.tbl +++ b/opcodes/i386-opc.tbl @@ -84,6 +84,7 @@ #define Vex128 Vex=VEX128 #define Vex256 Vex=VEX256 #define VexLIG Vex=VEXScalar + #define VecSIB128 SIB=VECSIB128 #define VecSIB256 SIB=VECSIB256 #define VecSIB512 SIB=VECSIB512 -- 2.34.1