incbin: remove pointless call to lfmt->set_offset()
commitd23066906c65b4a01aae562a57032c669788909e
authorH. Peter Anvin <hpa@zytor.com>
Tue, 2 May 2017 04:29:05 +0000 (1 21:29 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 2 May 2017 04:29:05 +0000 (1 21:29 -0700)
tree509f8cf402008384cb6a4ad7c2ce1ce0abd0233a
parent20f6c253cde027f06b9bc23504443075c15be955
incbin: remove pointless call to lfmt->set_offset()

We already have the correct offset; otherwise the times == 1 case
would not work.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
asm/assemble.c