Add support to GDB for the Renesas rl78 architecture.
[external/binutils.git] / sim / common / sim-cpu.c
index 2f8dd81..a0320a2 100644 (file)
@@ -1,6 +1,5 @@
 /* CPU support.
-   Copyright (C) 1998, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 1998, 2007-2012 Free Software Foundation, Inc.
    Contributed by Cygnus Solutions.
 
 This file is part of GDB, the GNU debugger.
@@ -62,7 +61,7 @@ sim_cpu_free_all (SIM_DESC sd)
 void
 sim_cpu_free (sim_cpu *cpu)
 {
-  zfree (cpu);
+  free (cpu);
 }
 \f
 /* PC utilities.  */