From 767676c8da7ff5007fa37ce5facbaf7ef156864b Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 13 Feb 2007 21:45:27 +0000 Subject: [PATCH] Remove extra space. --- opcodes/i386-dis.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 6982de3a8c..0a3443a688 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -2025,10 +2025,10 @@ static const struct dis386 prefix_user_table[][4] = { /* PREGRP37 */ { - { "(bad)", { XX } }, + { "(bad)", { XX } }, { "popcntS", { Gv, Ev } }, - { "(bad)", { XX } }, - { "(bad)", { XX } }, + { "(bad)", { XX } }, + { "(bad)", { XX } }, }, }; -- 2.11.0