repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
tools
/
perf
/
arch
/
arc
/
annotate
/
instructions.c
blob
2f00e995c7e38de85461b1df587854af1660e005
1
// SPDX-License-Identifier: GPL-2.0
2
#include <linux/compiler.h>
3
4
static int
arc__annotate_init
(
struct
arch
*
arch
,
char
*
cpuid __maybe_unused
)
5
{
6
arch
->
initialized
=
true
;
7
arch
->
objdump
.
comment_char
=
';'
;
8
return
0
;
9
}