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 f750255 commit 60f07e2Copy full SHA for 60f07e2
arch/arm64/include/asm/uprobes.h
@@ -12,7 +12,7 @@
12
13
#define MAX_UINSN_BYTES AARCH64_INSN_SIZE
14
15
-#define UPROBE_SWBP_INSN BRK64_OPCODE_UPROBES
+#define UPROBE_SWBP_INSN cpu_to_le32(BRK64_OPCODE_UPROBES)
16
#define UPROBE_SWBP_INSN_SIZE AARCH64_INSN_SIZE
17
#define UPROBE_XOL_SLOT_BYTES MAX_UINSN_BYTES
18
0 commit comments