From 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 16 May 2024 03:11:33 +0000 Subject: [PATCH] AX88772C_eeprom and ax8872c build together --- kernel/tools/perf/util/dump-insn.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kernel/tools/perf/util/dump-insn.h b/kernel/tools/perf/util/dump-insn.h index 0e06280..6501250 100644 --- a/kernel/tools/perf/util/dump-insn.h +++ b/kernel/tools/perf/util/dump-insn.h @@ -20,4 +20,6 @@ const char *dump_insn(struct perf_insn *x, u64 ip, u8 *inbuf, int inlen, int *lenp); +int arch_is_branch(const unsigned char *buf, size_t len, int x86_64); + #endif -- Gitblit v1.6.2