sim: m68hc11: standardize sim_cpu naming
[deliverable/binutils-gdb.git] / sim / m68hc11 / dv-m68hc11tim.c
index 7f1f78a7ce3fa955696584ee1122b5bcfd4c2912..17553b1c4a71c8b80158e7122f2e6be6fb4af1b6 100644 (file)
@@ -1,6 +1,5 @@
 /*  dv-m68hc11tim.c -- Simulation of the 68HC11 timer devices.
-    Copyright (C) 1999, 2000, 2002, 2003, 2007, 2008, 2009, 2010, 2011
-    Free Software Foundation, Inc.
+    Copyright (C) 1999-2016 Free Software Foundation, Inc.
     Written by Stephane Carrez (stcarrez@nerim.fr)
     (From a driver model Contributed by Cygnus Solutions.)
 
@@ -237,7 +236,7 @@ enum event_type
   COMPARE_EVENT
 };
 
-void
+static void
 m68hc11tim_timer_event (struct hw *me, void *data)
 {
   SIM_DESC sd;
@@ -522,7 +521,7 @@ m68hc11tim_print_timer (struct hw *me, const char *name,
   else
     {
       signed64 t;
-      sim_cpucpu;
+      sim_cpu *cpu;
 
       cpu = STATE_CPU (sd, 0);
 
This page took 0.026029 seconds and 4 git commands to generate.