Drop empty line and bracket
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 28 Aug 2011 12:33:39 +0000 (16:33 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sun, 28 Aug 2011 12:33:39 +0000 (16:33 +0400)
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
assemble.c

index 5a50e19..97c33d3 100644 (file)
@@ -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;