]> sourceware.org Git - systemtap.git/commit
Adjust the BPF translate error report formatting to work on 32-bit architectures
authorWilliam Cohen <wcohen@redhat.com>
Tue, 30 Oct 2018 18:20:46 +0000 (14:20 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Tue, 30 Oct 2018 18:20:46 +0000 (14:20 -0400)
commit3d9e0d2a5203e616561563314425b4e47dc377cf
treea40f2df5e6e43703bb171b778147004d0c70e700
parent0a4d384a84105cd2d93c7be44bd2ecba586406ee
Adjust the BPF translate error report formatting to work on 32-bit architectures

The 32-bit architectures such as arm and i686 had arguments in the
error reporting that did not match up with the %lu or %ld formatting.
Used type casting and %llu and %lld to avoid variation between 32-bit
and 64-bit architectures.
bpf-translate.cxx
This page took 0.027659 seconds and 5 git commands to generate.