output: outmac64 -- Fix the case when first hit matches the symbol
commit4920a0324348716d6ab5106e65508496241dc7a2
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 9 May 2015 15:07:47 +0000 (9 18:07 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sat, 9 May 2015 15:07:47 +0000 (9 18:07 +0300)
treed9beb02608c5b6421d3940b5d2873ce693b12fbc
parent1f0cb0f2c1ba632c0fab02424928cfb756a9160c
output: outmac64 -- Fix the case when first hit matches the symbol

In case if we're looking up for a symbol and it's first
one in symbol table we might endup with error because of
using GE here (78f477b35f) ending cycle with @nearest = NULL.

http://bugzilla.nasm.us/show_bug.cgi?id=3392306

Reprted-by: Benjamin Randazzo <benjamin@linuxcrashing.org>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
output/outmac64.c