Изменен код ошибки модуля SIMD на 0

This commit is contained in:
Aren Elchinyan 2023-10-29 19:18:51 +03:00
parent 2c9cde1e40
commit 58205915f0
1 changed files with 1 additions and 1 deletions

View File

@ -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 };
}