From cdb8cd7b22b3d0feec3b463f92a9c9455ae26ca8 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sun, 28 Aug 2011 16:33:39 +0400 Subject: [PATCH] Drop empty line and bracket Signed-off-by: Cyrill Gorcunov --- assemble.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/assemble.c b/assemble.c index 5a50e198..97c33d3a 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; -- 2.11.4.GIT