ARI fix: Replace long long with LONGEST.

* aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
        with LONGEST.
This commit is contained in:
Marcus Shawcroft 2013-02-13 13:41:12 +00:00
parent a016fc87eb
commit 6eb044730a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
* aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
with LONGEST.
2013-02-13 Pedro Alves <palves@redhat.com> 2013-02-13 Pedro Alves <palves@redhat.com>
Hafiz Abid Qadeer <abidh@codesourcery.com> Hafiz Abid Qadeer <abidh@codesourcery.com>

View File

@ -143,7 +143,7 @@ static int debug_hw_points;
ptrace calls to the kernel, i.e. avoid asking the kernel to write ptrace calls to the kernel, i.e. avoid asking the kernel to write
to the debug registers with unchanged values. */ to the debug registers with unchanged values. */
typedef unsigned long long dr_changed_t; typedef unsigned LONGEST dr_changed_t;
/* Set each of the lower M bits of X to 1; assert X is wide enough. */ /* Set each of the lower M bits of X to 1; assert X is wide enough. */