core/intrinsics: Add mem_zero_volatile

This commit is contained in:
Yawning Angel
2021-10-31 21:37:22 +00:00
parent ff36bd3d85
commit 796a0c3968
5 changed files with 19 additions and 4 deletions
+1
View File
@@ -2598,6 +2598,7 @@ bool check_builtin_procedure(CheckerContext *c, Operand *operand, Ast *call, i32
break;
case BuiltinProc_mem_zero:
case BuiltinProc_mem_zero_volatile:
{
operand->mode = Addressing_NoValue;
operand->type = t_invalid;