sim: punt zfree()
[deliverable/binutils-gdb.git] / sim / common / sim-cpu.c
index 2f8dd8175885a24f34afefebc93d4b911bdaec58..5eebd99eca147d04fae362e71f80166b2fb2455b 100644 (file)
@@ -62,7 +62,7 @@ sim_cpu_free_all (SIM_DESC sd)
 void
 sim_cpu_free (sim_cpu *cpu)
 {
-  zfree (cpu);
+  free (cpu);
 }
 \f
 /* PC utilities.  */
This page took 0.022959 seconds and 4 git commands to generate.