diff --git a/linux-ramdump-parser-v2/watchdog_v2.py b/linux-ramdump-parser-v2/watchdog_v2.py index 1ef5e7dbee5efb269a6e7d55653ef52bcb14e92e..108eb324b2d04b7618e2ee43343da1aad557d393 100644 --- a/linux-ramdump-parser-v2/watchdog_v2.py +++ b/linux-ramdump-parser-v2/watchdog_v2.py @@ -273,7 +273,7 @@ class TZRegDump_v2(): print '' pc = self.core_regs.regs['pc'] if ram_dump.arm64: - lr = self.core_regs.regs['elr_el1'] + lr = self.core_regs.regs['x30'] bt = self.core_regs.regs['sp_el1'] else: lr = self.core_regs.regs['r14_svc']