mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 09:52:23 -07:00
Merge remote-tracking branch 'offical/master'
This commit is contained in:
+2
-1
@@ -7416,7 +7416,8 @@ gb_internal ExprKind check_call_expr(CheckerContext *c, Operand *operand, Ast *c
|
||||
name == "config" ||
|
||||
name == "load" ||
|
||||
name == "load_directory" ||
|
||||
name == "load_hash"
|
||||
name == "load_hash" ||
|
||||
name == "hash"
|
||||
) {
|
||||
operand->mode = Addressing_Builtin;
|
||||
operand->builtin_id = BuiltinProc_DIRECTIVE;
|
||||
|
||||
Reference in New Issue
Block a user