This commit is contained in:
Jeroen van Rijn
2025-06-03 11:18:11 +02:00
parent ccef390c0c
commit 82dfb43663
5 changed files with 68 additions and 53 deletions

View File

@@ -5592,7 +5592,7 @@ gb_internal bool check_builtin_procedure(CheckerContext *c, Operand *operand, As
}
if (sz >= 64) {
if (is_type_unsigned(x.type)) {
if (is_type_unsigned(x.type) || is_type_unsigned(y.type)) {
add_package_dependency(c, "runtime", "umodti3", true);
add_package_dependency(c, "runtime", "udivti3", true);
} else {