Update EVMC to 7.1.0

This commit is contained in:
Alex Beregszaszi
2019-12-02 21:26:42 +01:00
parent 7a8d0c9250
commit aba2ee0f68
4 changed files with 347 additions and 20 deletions
+6
View File
@@ -297,6 +297,12 @@ struct evmc_vm* evmc_load_and_configure(const char* config, enum evmc_loader_err
"%s (%s): unsupported value '%s' for option '%s'", vm->name, path,
option, name);
goto exit;
default:
ec = set_error(EVMC_LOADER_INVALID_OPTION_VALUE,
"%s (%s): unknown error when setting value '%s' for option '%s'",
vm->name, path, option, name);
goto exit;
}
}