]> granicus.if.org Git - yasm/commitdiff
Remove errant else. This should not have had any serious effects, as
authorPeter Johnson <peter@tortall.net>
Sun, 10 Jun 2007 03:44:27 +0000 (03:44 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 10 Jun 2007 03:44:27 +0000 (03:44 -0000)
combining IP-relative and shifts is very unusual (and probably not possible).

svn path=/trunk/yasm/; revision=1883

modules/objfmts/bin/bin-objfmt.c

index 2e7fd727e6640b70b614ad1da7233d31723a5dd3..496c412b384a927c447c886a751cb58928731a69 100644 (file)
@@ -160,7 +160,7 @@ bin_objfmt_output_value(yasm_value *value, unsigned char *buf,
                                     yasm_expr_expr(sube), bc->line);
             value->curpos_rel = 0;
             value->ip_rel = 0;
-        } else
+        }
 
         if (value->rshift > 0)
             syme = yasm_expr_create(YASM_EXPR_SHR, yasm_expr_expr(syme),