Add more const type qualifiers to GAS sources.
[deliverable/binutils-gdb.git] / gas / config / tc-aarch64.c
index dfcbd52136a533f79ed13e8a13dc11d81db5b28d..b455dc8c80325802dc240e0704ca02771b7f950a 100644 (file)
@@ -4259,11 +4259,11 @@ print_operands (char *buf, const aarch64_opcode *opcode,
 static void
 output_info (const char *format, ...)
 {
-  char *file;
+  const char *file;
   unsigned int line;
   va_list args;
 
-  as_where (&file, &line);
+  file = as_where (&line);
   if (file)
     {
       if (line != 0)
This page took 0.024043 seconds and 4 git commands to generate.