gdb: protect some 'regcache_read_pc' calls
[deliverable/binutils-gdb.git] / libctf / swap.h
index ac62ac78d147124a5db2d64b22aa95dc85f1a465..d526f7e267139b1865a07c28a5cc98722a187d6f 100644 (file)
@@ -1,5 +1,5 @@
 /* Interface to byteswapping functions.
-   Copyright (C) 2006-2019 Free Software Foundation, Inc.
+   Copyright (C) 2006-2020 Free Software Foundation, Inc.
 
    This file is part of libctf.
 
@@ -43,7 +43,7 @@ bswap_32 (uint32_t v)
          | ((v & 0x000000ff) << 24));
 }
 
-inline uint64_t
+static inline uint64_t
 bswap_identity_64 (uint64_t v)
 {
   return v;
This page took 0.023865 seconds and 4 git commands to generate.