summaryrefslogtreecommitdiff
path: root/parser.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-06-27 16:26:25 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-06-27 16:26:25 -0700
commit3512d717489cc1d01e326fd971e42ab5a5c96661 (patch)
treeb0f770b41be510a201a02e14e5760088f62b8999 /parser.c
parent4a5a6dfed023c6935ddc949a331e7e4187da3e53 (diff)
downloadnasm-3512d717489cc1d01e326fd971e42ab5a5c96661.tar.gz
parser.c: fix stylistic nitpick
Fix stray blank line in parser.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index e6126a50..867837af 100644
--- a/parser.c
+++ b/parser.c
@@ -825,7 +825,6 @@ restart_parse:
result->oprs[operand].scale = s;
result->oprs[operand].offset = o;
} else { /* it's not a memory reference */
-
if (is_just_unknown(value)) { /* it's immediate but unknown */
result->oprs[operand].type |= IMMEDIATE;
result->oprs[operand].opflags |= OPFLAG_UNKNOWN;