Fix for gcc-13 without int128
This commit is contained in:
parent
14d327a265
commit
0b5be441cf
1 changed files with 1 additions and 0 deletions
|
|
@ -791,6 +791,7 @@ impl<'a, 'gcc, 'tcx> Builder<'a, 'gcc, 'tcx> {
|
|||
} else {
|
||||
arg
|
||||
};
|
||||
let arg_type = arg.get_type();
|
||||
let (count_trailing_zeroes, expected_type) =
|
||||
// TODO(antoyo): write a new function Type::is_compatible_with(&Type) and use it here
|
||||
// instead of using is_uint().
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue