diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2011-08-28 16:33:39 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2011-08-28 16:33:39 +0400 |
commit | cdb8cd7b22b3d0feec3b463f92a9c9455ae26ca8 (patch) | |
tree | 3f882d80c5aeb86a02e1896e29fe1c9ee19fadca /assemble.c | |
parent | c026df26c37effe671632305426f968ae377d840 (diff) | |
download | nasm-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.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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; |