This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] stabsread.c, missing break statement


checked in.

2011-02-28  Michael Snyder  <msnyder@vmware.com>

	* stabsread.c (rs6000_builtin_type): Missing break statement.

Index: stabsread.c
===================================================================
RCS file: /cvs/src/src/gdb/stabsread.c,v
retrieving revision 1.135
diff -u -p -u -p -r1.135 stabsread.c
--- stabsread.c	26 Feb 2011 02:07:09 -0000	1.135
+++ stabsread.c	28 Feb 2011 23:27:38 -0000
@@ -2124,6 +2124,7 @@ rs6000_builtin_type (int typenum, struct
     case 9:
       rettype = init_type (TYPE_CODE_INT, 4, TYPE_FLAG_UNSIGNED,
 			   "unsigned", objfile);
+      break;
     case 10:
       rettype = init_type (TYPE_CODE_INT, 4, TYPE_FLAG_UNSIGNED,
 			   "unsigned long", objfile);

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]