gdb/regformats: remove unused regformats/reg-*.dat
[deliverable/binutils-gdb.git] / sim / common / sim-cpu.c
index 92eeba8aca0b06fdf1fa73db0cb269f957ee71be..1715508e2ffb1ddb1112fa9d753736c1f9269b8b 100644 (file)
@@ -1,5 +1,5 @@
 /* CPU support.
 /* CPU support.
-   Copyright (C) 1998, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1998-2020 Free Software Foundation, Inc.
    Contributed by Cygnus Solutions.
 
 This file is part of GDB, the GNU debugger.
    Contributed by Cygnus Solutions.
 
 This file is part of GDB, the GNU debugger.
@@ -61,7 +61,7 @@ sim_cpu_free_all (SIM_DESC sd)
 void
 sim_cpu_free (sim_cpu *cpu)
 {
 void
 sim_cpu_free (sim_cpu *cpu)
 {
-  zfree (cpu);
+  free (cpu);
 }
 \f
 /* PC utilities.  */
 }
 \f
 /* PC utilities.  */
This page took 0.028871 seconds and 4 git commands to generate.