Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / perf / arch / arc / annotate / instructions.c
blobe5619770a1af7365bffb79505c952a9d34ff4e0e
1 // SPDX-License-Identifier: GPL-2.0
2 #include <linux/compiler.h>
4 static int arc__annotate_init(struct arch *arch, char *cpuid __maybe_unused)
6 arch->initialized = true;
7 arch->objdump.comment_char = ';';
8 arch->e_machine = EM_ARC;
9 arch->e_flags = 0;
10 return 0;