2003-11-12 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / sim / common / sim-utils.c
index 3adbae5bbd4b023eea6c12e4e1f568218ed7fa42..66b06416ce0468bf9e8584b452d6f0772d4551f2 100644 (file)
@@ -287,6 +287,8 @@ sim_analyze_program (sd, prog_name, prog_bfd)
        break;
       }
 
+  bfd_cache_close (prog_bfd);
+
   return SIM_RC_OK;
 }
 \f
@@ -312,7 +314,7 @@ sim_elapsed_time_get ()
 }
 
 /* Return the elapsed time in milliseconds since START.
-   The actual time may be cpu usage (prefered) or wall clock.  */
+   The actual time may be cpu usage (preferred) or wall clock.  */
 
 unsigned long
 sim_elapsed_time_since (start)
This page took 0.023819 seconds and 4 git commands to generate.