mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-24 22:54:59 -07:00
core/intrinsics: Add mem_zero_volatile
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user