x86: insert "no error" enumerator in i386_error enumeration
authorJan Beulich <jbeulich@suse.com>
Thu, 18 Aug 2022 07:19:34 +0000 (09:19 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 18 Aug 2022 07:19:34 +0000 (09:19 +0200)
commitb4d65f2d0b445fee54a2eefcec25336b4238ab82
tree8c37db4e9e595006e3e33ef773fbb6b0e66d06eb
parent2b57654c2795b250d8afccc53290015b5aa79203
x86: insert "no error" enumerator in i386_error enumeration

The value of zero would better not indicate any error, but rather hit
the abort() at the top of the consuming switch().
gas/config/tc-i386.c