Изменен код ошибки модуля SIMD на 0
This commit is contained in:
parent
2c9cde1e40
commit
58205915f0
|
@ -29,6 +29,6 @@ module_info_t init(env_t *env) {
|
|||
|
||||
return (module_info_t){ .name = (char *)"SIMD",
|
||||
.message = (char *)"SIMD инструкции",
|
||||
.err_code = 404,
|
||||
.err_code = 0,
|
||||
.func_count = 1 };
|
||||
}
|
Loading…
Reference in New Issue