bfd_section_* macros
[deliverable/binutils-gdb.git] / sim / m32c / trace.c
index e507c978b831cbda66642e26a56e2d0e93561cf1..bc75d15e3c9b59799b88314165c093bcc69e5e7c 100644 (file)
@@ -231,7 +231,7 @@ sim_disasm_one (void)
          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.024643 seconds and 4 git commands to generate.