Preliminary cleanup for splitting host/native/target.
[deliverable/binutils-gdb.git] / gdb / m88k-pinsn.c
index e6bb9d1e5c60e868a61ca2c1f9a3e518bc91aeec..70dee951b75ebc0f3b479f769e4d2473bf487f8c 100644 (file)
@@ -19,9 +19,8 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-#include <stdio.h>
-#include "opcode/m88k.h"
 #include "defs.h"
+#include "opcode/m88k.h"
 #include "symtab.h"
 
 void sprint_address ();
@@ -341,8 +340,8 @@ void sprint_address (addr, buffer)
        if (!fs) {
            msymbol = lookup_minimal_symbol_by_pc (addr);
 
-           if (i == NULL) return;/* If nothing comes through, don't
-                                  print anything symbolic */
+           if (msymbol == NULL) return;  /* If nothing comes through, don't
+                                            print anything symbolic */
 
            name = msymbol -> name;
            name_location = msymbol -> address;
This page took 0.024123 seconds and 4 git commands to generate.