Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / gdb / inflow.c
index 6d645d291a7ef056966b324c5b011a9de29c1cc4..c8661796645a5069064cf20bfdad8b6c41491d65 100644 (file)
@@ -673,7 +673,7 @@ swap_terminal_info (inferior *a, inferior *b)
   std::swap (a->terminal_state, b->terminal_state);
 }
 
-void
+static void
 info_terminal_command (const char *arg, int from_tty)
 {
   target_terminal::info (arg, from_tty);
This page took 0.02468 seconds and 4 git commands to generate.