summaryrefslogtreecommitdiff
path: root/insns.pl
diff options
context:
space:
mode:
Diffstat (limited to 'insns.pl')
-rwxr-xr-xinsns.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/insns.pl b/insns.pl
index 7f830df..851d2d0 100755
--- a/insns.pl
+++ b/insns.pl
@@ -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");
}