Commit b11c1bd
libbpf-tools/runqlen: Fix compile error on ppc64el
The compile error is caused by a type mismatch between u64 and
`unsigned long long`. This patch explicitly casts the `samples`
variable to `unsigned long long` to resolve the issue #5332.1 parent 7457228 commit b11c1bd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
0 commit comments