Drop empty line and bracket

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2011-08-28 16:33:39 +04:00
parent c026df26c3
commit cdb8cd7b22

View 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;