summaryrefslogtreecommitdiff
path: root/assemble.c
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2011-08-28 16:33:39 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2011-08-28 16:33:39 +0400
commitcdb8cd7b22b3d0feec3b463f92a9c9455ae26ca8 (patch)
tree3f882d80c5aeb86a02e1896e29fe1c9ee19fadca /assemble.c
parentc026df26c37effe671632305426f968ae377d840 (diff)
downloadnasm-cdb8cd7b22b3d0feec3b463f92a9c9455ae26ca8.tar.gz
nasm-cdb8cd7b22b3d0feec3b463f92a9c9455ae26ca8.tar.bz2
nasm-cdb8cd7b22b3d0feec3b463f92a9c9455ae26ca8.zip
Drop empty line and bracket
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'assemble.c')
-rw-r--r--assemble.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/assemble.c b/assemble.c
index 5a50e19..97c33d3 100644
--- a/assemble.c
+++ b/assemble.c
@@ -1801,10 +1801,8 @@ static void gencode(int32_t segment, int64_t offset, int bits,
}
if (process_ea(opy, &ea_data, bits, ins->addr_size,
- rfield, rflags) != eat) {
+ rfield, rflags) != eat)
errfunc(ERR_NONFATAL, "invalid effective address");
- }
-
p = bytes;
*p++ = ea_data.modrm;