]> sourceware.org Git - systemtap.git/commit
Fix PR21996 by updating DEREF_FAULT for dyninst.
authorDavid Smith <dsmith@redhat.com>
Wed, 23 Aug 2017 16:34:56 +0000 (11:34 -0500)
committerDavid Smith <dsmith@redhat.com>
Wed, 23 Aug 2017 16:34:56 +0000 (11:34 -0500)
commitb38701fac24c7dd29ebfea45d1ba79bdefcd075b
treee25fdf0887c7933cee4832e4a5d1fd31a8d65791
parente301187efe87f8330bc7f5d783e080d317faafaa
Fix PR21996 by updating DEREF_FAULT for dyninst.

* runtime/loc2c-runtime.h (DEREF_FAULT): Fix dyninst compile errors on
  32-bit systems where 'intptr_t' is an 'int'. Be sure to cast to 'long'
  in DEREF_FAULT and STORE_DEREF_FAULT before printing the value with
  "%lx".
runtime/loc2c-runtime.h
This page took 0.398567 seconds and 5 git commands to generate.