diff options
| author | Yawning Angel <yawning@schwanenlied.me> | 2021-10-31 21:37:22 +0000 |
|---|---|---|
| committer | Yawning Angel <yawning@schwanenlied.me> | 2021-10-31 21:37:22 +0000 |
| commit | 796a0c3968243f540e68e584283d862f60bf3f26 (patch) | |
| tree | df9a40bfc381d96410901dfaa33786c7556f361e /src/check_builtin.cpp | |
| parent | ff36bd3d8589bb9f86b1ce2caef17c1e9cb54b81 (diff) | |
core/intrinsics: Add mem_zero_volatile
Diffstat (limited to 'src/check_builtin.cpp')
| -rw-r--r-- | src/check_builtin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/check_builtin.cpp b/src/check_builtin.cpp index 2373317c3..482813792 100644 --- a/src/check_builtin.cpp +++ b/src/check_builtin.cpp @@ -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; |