We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb928ac commit 59bab33Copy full SHA for 59bab33
arch/powerpc/include/asm/ppc-opcode.h
@@ -571,7 +571,7 @@
571
572
#define PPC_RAW_BRANCH(offset) (0x48000000 | PPC_LI(offset))
573
#define PPC_RAW_BL(offset) (0x48000001 | PPC_LI(offset))
574
-#define PPC_RAW_TW(t0, a, b) (0x7f000008 | ___PPC_RS(t0) | ___PPC_RA(a) | ___PPC_RB(b))
+#define PPC_RAW_TW(t0, a, b) (0x7c000008 | ___PPC_RS(t0) | ___PPC_RA(a) | ___PPC_RB(b))
575
#define PPC_RAW_TRAP() PPC_RAW_TW(31, 0, 0)
576
#define PPC_RAW_SETB(t, bfa) (0x7c000100 | ___PPC_RT(t) | ___PPC_RA((bfa) << 2))
577
0 commit comments