diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-10-28 22:04:42 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-10-28 22:04:42 -0700 |
commit | cb583b9435e581b8f5c312762247247a653145f3 (patch) | |
tree | 57a66213a31a711bbd746e97b35216efbf2d9306 /parser.c | |
parent | 577f247be4650f6c40e50b3376d1a7078364ec55 (diff) | |
download | nasm-cb583b9435e581b8f5c312762247247a653145f3.tar.gz nasm-cb583b9435e581b8f5c312762247247a653145f3.tar.bz2 nasm-cb583b9435e581b8f5c312762247247a653145f3.zip |
Clean up stealth whitespace
Remove stealth whitespace
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |