forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/tools/perf/util/dump-insn.c
....@@ -13,3 +13,11 @@
1313 *lenp = 0;
1414 return "?";
1515 }
16
+
17
+__weak
18
+int arch_is_branch(const unsigned char *buf __maybe_unused,
19
+ size_t len __maybe_unused,
20
+ int x86_64 __maybe_unused)
21
+{
22
+ return 0;
23
+}