mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Make intrinsics.overflow_* NOT #optional_ok
This commit is contained in:
@@ -4089,8 +4089,8 @@ gb_internal bool check_builtin_procedure(CheckerContext *c, Operand *operand, As
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
operand->mode = Addressing_OptionalOk;
|
operand->mode = Addressing_Value;
|
||||||
operand->type = default_type(x.type);
|
operand->type = make_optional_ok_type(default_type(x.type));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user