* interp.c (sim_firmware_command): Initialize `address'.
authorAndrew Cagney <cagney@redhat.com>
Tue, 18 Jun 2002 21:32:15 +0000 (21:32 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 18 Jun 2002 21:32:15 +0000 (21:32 +0000)
sim/mips/ChangeLog
sim/mips/interp.c

index 350a53a21ef10a0f15236daef10a2ccc1e9d8272..56e5de7c8f8e3b2c466836b3b42d5ea4485537f4 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-18  Andrew Cagney  <cagney@redhat.com>
+
+       * interp.c (sim_firmware_command): Initialize `address'.
+
 2002-06-16  Andrew Cagney  <ac131313@redhat.com>
 
        * configure: Regenerated to track ../common/aclocal.m4 changes.
index d069d2bc834139af75d714ee3ddb3b7abb3da653..b2828e03885882da8c0ca3907ff476cc862ccbca 100644 (file)
@@ -1077,7 +1077,10 @@ sim_firmware_command (SIM_DESC sd, char *arg)
          }
       }
     else
-      address_present = 0;
+      {
+       address_present = 0;
+       address = -1; /* Dummy value.  */
+      }
   }
 
   if (! strncmp (arg, "idt", 3))
This page took 0.029006 seconds and 4 git commands to generate.