Add SPV_FAILED_MATCH status code

This is for future use by the parser.
This commit is contained in:
David Neto 2015-08-27 13:38:39 -04:00
parent 8a3ce9b16b
commit 225baf88bc

View File

@ -112,6 +112,7 @@ typedef enum spv_result_t {
SPV_UNSUPPORTED = 1,
SPV_END_OF_STREAM = 2,
SPV_WARNING = 3,
SPV_FAILED_MATCH = 4,
SPV_ERROR_INTERNAL = -1,
SPV_ERROR_OUT_OF_MEMORY = -2,
SPV_ERROR_INVALID_POINTER = -3,