diff options
Diffstat (limited to 'gcc/btfout.c')
-rw-r--r-- | gcc/btfout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/btfout.c b/gcc/btfout.c index 8cdd990..cdc6c63 100644 --- a/gcc/btfout.c +++ b/gcc/btfout.c @@ -156,7 +156,7 @@ init_btf_id_map (size_t len) /* Return the BTF type ID of CTF type ID KEY, or BTF_INVALID_TYPEID if the CTF type with ID KEY does not map to a BTF type. */ -static inline ctf_id_t +ctf_id_t get_btf_id (ctf_id_t key) { return btf_id_map[key]; |