]> sourceware.org Git - systemtap.git/commit
Break user_int64 64-bit operation into two for arm
authorWilliam Cohen <wcohen@redhat.com>
Tue, 26 Jul 2011 20:15:41 +0000 (16:15 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Tue, 26 Jul 2011 20:15:41 +0000 (16:15 -0400)
commit77bfa15c05ae30b5aed520f5587b8ee6b2b1c446
tree63f3bf3ca53e5c7d325e91086a31ccc4364a6138
parentfab6097f33d7576bd2a918bebaf3e28413242308
Break user_int64 64-bit operation into two for arm

Like the i386, the arm processor is also limited to 32-bit oprations.
The user_int64() needs to break the 64-bit access into 32-bit operations.
tapset/uconversions.stp
This page took 0.026995 seconds and 5 git commands to generate.