bfd_section_* macros
[deliverable/binutils-gdb.git] / sim / rx / trace.c
index ed65d19a8f947e84c4ebb853fcfd5221decd50cb..a4ea680bff83fb8e6635c284797d62470e68d971 100644 (file)
@@ -228,7 +228,7 @@ sim_get_current_source_location (const char **  pfilename,
          if (s->flags & SEC_CODE || code_section == 0)
            {
              code_section = s;
-             code_base = bfd_section_lma (current_bfd, s);
+             code_base = bfd_section_lma (s);
              break;
            }
        }
This page took 0.024537 seconds and 4 git commands to generate.