Fix missing 'no such instruction' in assembler messages (GH #738)

pull/739/head
Jeffrey Walton 2018-11-11 13:35:03 -05:00
parent 05f053007b
commit b163176f82
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ endif # _WIN32_WINNT
endif # IS_MINGW
# For feature tests
BAD_RESULT="fatal|error|unknown|unrecognized|illegal|ignored|incorrect|not found|not exist|cannot find|not supported"
BAD_RESULT="fatal|error|unknown|unrecognized|illegal|ignored|incorrect|not found|not exist|cannot find|not supported|no such instruction"
###########################################################
##### X86/X32/X64 Options #####