Skip to content

Commit 4238a79

Browse files
committed
char -> int
1 parent 29d3d4e commit 4238a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang-rt/lib/runtime/support.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bool RTDEF(IsContiguous)(const Descriptor &descriptor) {
1919
return descriptor.IsContiguous();
2020
}
2121

22-
bool RTDEF(IsContiguousUpTo)(const Descriptor &descriptor, char dim) {
22+
bool RTDEF(IsContiguousUpTo)(const Descriptor &descriptor, int dim) {
2323
return descriptor.IsContiguous(dim);
2424
}
2525

0 commit comments

Comments
 (0)