From f795d2904010c0b2e2ad8d8163dffc906ce8cef7 Mon Sep 17 00:00:00 2001 From: Nicholas Piggin Date: Fri, 8 Mar 2019 12:25:37 +1000 Subject: libpdbg: use MTMSRD opcode rather than MTMSR XXX: have to ensure this still does the right thing on P9 --- libpdbg/operations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpdbg/operations.h b/libpdbg/operations.h index 85fc117..867f997 100644 --- a/libpdbg/operations.h +++ b/libpdbg/operations.h @@ -59,7 +59,7 @@ #define MTNIA_OPCODE 0x00000002UL #define MFNIA_OPCODE 0x00000004UL #define MFMSR_OPCODE 0x7c0000a6UL -#define MTMSR_OPCODE 0x7c000124UL +#define MTMSR_OPCODE 0x7c000164UL #define MFSPR_OPCODE 0x7c0002a6UL #define MTSPR_OPCODE 0x7c0003a6UL #define MFOCRF_OPCODE 0x7c100026UL -- cgit v1.2.3