insns.h: change ITEMPLATE_END to not warn on some compilers
commit7c99db15f0a6a5f7f4679dec21ce2c043d6bc8eb
authorH. Peter Anvin <hpa@zytor.com>
Tue, 2 May 2017 05:06:58 +0000 (1 22:06 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 2 May 2017 05:06:58 +0000 (1 22:06 -0700)
tree315652de471810cfea20e74dcdb8ba974493c42e
parent4892f95bb592c81b8ee5d9ed8b17389c669ef64e
insns.h: change ITEMPLATE_END to not warn on some compilers

The use of negative numbers for some fields in ITEMPLATE_END triggers
a nuisance warning at least with Sun CC.  There is no reason for it:
the only thing that matters in this template is I_none, so declare it
that way.

See BR 3392372.

Reported-by: <noloader@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
include/insns.h