summaryrefslogtreecommitdiffstats
path: root/libpdbg/chip.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpdbg/chip.c')
-rw-r--r--libpdbg/chip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpdbg/chip.c b/libpdbg/chip.c
index f04bb15..079592c 100644
--- a/libpdbg/chip.c
+++ b/libpdbg/chip.c
@@ -387,7 +387,7 @@ int ram_state_thread(struct pdbg_target *thread, struct thread_regs *regs)
printf("LPCR : 0x%016" PRIx64 "\n", regs->lpcr);
ram_getspr(thread, 464, &regs->ptcr);
- printf("PTCR : 0x%016" PRIx64 "\n", regs->lpcr);
+ printf("PTCR : 0x%016" PRIx64 "\n", regs->ptcr);
ram_getspr(thread, 319, &regs->lpidr);
printf("LPIDR : 0x%016" PRIx64 "\n", regs->lpidr);
OpenPOWER on IntegriCloud