summaryrefslogtreecommitdiff
path: root/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index fad755e..3bca1ce 100644
--- a/parser.c
+++ b/parser.c
@@ -273,7 +273,7 @@ insn *parse_line(int pass, char *buffer, insn * result,
for (j = 0; j < MAXPREFIX; j++)
if ((pfx = result->prefixes[j]) != P_none)
break;
-
+
if (i == 0 && pfx != P_none) {
/*
* Instruction prefixes are present, but no actual