bfd_section_* macros
[deliverable/binutils-gdb.git] / sim / rl78 / trace.c
index fd999a15134d9177f6fb536d2b8595f163e87ad5..1a97527377b758b120b5856aeddb1a4156739f53 100644 (file)
@@ -224,7 +224,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.024657 seconds and 4 git commands to generate.