commit | 7d2ac45611b072a24e5014a56a65e6be31c1f884 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Wed Mar 11 22:13:54 2015 -0500 |
committer | Dave Kleikamp <dave.kleikamp@oracle.com> | Thu Mar 12 12:32:19 2015 -0500 |
tree | 6fdfee64197ad1f829527b947ef49a2294437a4e | |
parent | 09d35919b06e8508b51ee8a643a67b56f7bea0dd [diff] |
jfs: %pf is only for function pointers Use %ps for actual addresses, otherwise you'll get bad output on arches like ppc64 where %pf expects a function descriptor. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com> Cc: jfs-discussion@lists.sourceforge.net