]> Git Repo - binutils.git/blobdiff - gdb/annotate.c
Automatic date update in version.in
[binutils.git] / gdb / annotate.c
index 6ae314572221cdfe57042e9a21523c22c7cd74de..33805dcdb307b3a5d9a7d9917e5da1592da5a490 100644 (file)
@@ -453,7 +453,7 @@ annotate_source_line (struct symtab *s, int line, int mid_statement,
 
       /* Update the current symtab and line.  */
       symtab_and_line sal;
-      sal.pspace = s->pspace ();
+      sal.pspace = s->compunit ()->objfile ()->pspace;
       sal.symtab = s;
       sal.line = line;
       set_current_source_symtab_and_line (sal);
This page took 0.024612 seconds and 4 git commands to generate.