summaryrefslogtreecommitdiffstats
path: root/libpdbg/p8chip.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpdbg/p8chip.c')
-rw-r--r--libpdbg/p8chip.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpdbg/p8chip.c b/libpdbg/p8chip.c
index 2f1d599..f6df925 100644
--- a/libpdbg/p8chip.c
+++ b/libpdbg/p8chip.c
@@ -514,8 +514,11 @@ static int p8_enable_attn(struct pdbg_target *target)
PR_ERROR("Unable to get HID0\n");
return 1;
}
+ PR_INFO("HID0 was 0x%"PRIx64 " \n", hid0);
+
hid0 |= EN_ATTN;
+ PR_INFO("writing 0x%"PRIx64 " to HID0\n", hid0);
if (p8_put_hid0(core, hid0)) {
PR_ERROR("Unable to set HID0\n");
return 1;
OpenPOWER on IntegriCloud