projects
/
platform
/
upstream
/
nasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
577f247
)
Clean up stealth whitespace
author
H. Peter Anvin
<hpa@zytor.com>
Mon, 29 Oct 2007 05:04:42 +0000
(22:04 -0700)
committer
H. Peter Anvin
<hpa@zytor.com>
Mon, 29 Oct 2007 05:04:42 +0000
(22:04 -0700)
Remove stealth whitespace
parser.c
patch
|
blob
|
history
diff --git
a/parser.c
b/parser.c
index
fad755e
..
3bca1ce
100644
(file)
--- 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