mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
Drop empty line and bracket
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
c026df26c3
commit
cdb8cd7b22
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user