insns.pl: Fix up merge conflict for sure

Now it should be fixed in real (one code snipped
escaped me during merge conflict resolving).

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2010-11-23 20:21:45 +03:00
parent dc75745994
commit b8470a4708

View file

@ -442,7 +442,7 @@ sub format_insn($$$$$) {
if ($opp =~ /^(.*[^\d])(8|16|32|64|80|128|256)$/) {
my $ox = $1;
my $on = $2;
if ($ox !~ /^sbyte$/) {
if ($ox !~ /^(sbyte|sdword|udword)$/) {
$opp = $ox;
push(@oppx, "bits$on");
}