]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/rx/mem.c
sim/rx: mark some functions as static
[thirdparty/binutils-gdb.git] / sim / rx / mem.c
index 7fbf08e6415b4489fa8d5263344d7fe861b2dec1..fe8e08d1460f62cb9c21a7caba0df07584d055d1 100644 (file)
@@ -262,7 +262,7 @@ mtypec (int address)
 
 #define E() if (trace) e()
 
-void
+static void
 mem_put_byte (unsigned int address, unsigned char value)
 {
   unsigned char *m;