gdb: make some variables static
[deliverable/binutils-gdb.git] / gdbserver / ax.cc
index 9a968c598e0e3ee22141c72a7544dd172a3015e2..a217a3d3dadd9b9858fc84fb2985784f07ceab98 100644 (file)
@@ -146,7 +146,7 @@ CORE_ADDR current_insn_ptr;
 
 int emit_error;
 
-struct bytecode_address
+static struct bytecode_address
 {
   int pc;
   CORE_ADDR address;
This page took 0.027392 seconds and 4 git commands to generate.