backend: psas inslen == 0 to the backend for the INCBIN case
commit96921a5ad83cb17b99c6ae0b28c423a7f48acf0d
authorH. Peter Anvin <hpa@zytor.com>
Sat, 24 Sep 2016 16:53:03 +0000 (24 09:53 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 24 Sep 2016 16:53:03 +0000 (24 09:53 -0700)
treeb5ff6aa39d7a117b5db847a530431eaa2e67c82b
parentfa803abc610d024915876ee513a1198bea062073
backend: psas inslen == 0 to the backend for the INCBIN case

An INCBIN "instruction" can be enormous (up to an off_t size.)  There
is no reason to burden the rest of the code by widening the inslen and
insoffs fields just for INCBIN, so set inslen == 0 to indicate fields
not valid.

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