gdb/riscv: Write 4-byte nop to dummy code region before inferior calls
[deliverable/binutils-gdb.git] / gdb / buildsym.c
index bd0f25e061e5bd930e305a7292d7df408c0ac319..9a23c8f52545299e664138163184334be7533bd3 100644 (file)
@@ -122,7 +122,7 @@ buildsym_compunit::get_macro_table ()
 {
   if (m_pending_macros == nullptr)
     m_pending_macros = new_macro_table (&m_objfile->per_bfd->storage_obstack,
-                                       m_objfile->per_bfd->macro_cache,
+                                       &m_objfile->per_bfd->macro_cache,
                                        m_compunit_symtab);
   return m_pending_macros;
 }
This page took 0.023643 seconds and 4 git commands to generate.