diff options
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r-- | gdb/stabsread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index c52f960..bd8e12b 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -2124,6 +2124,7 @@ rs6000_builtin_type (int typenum, struct objfile *objfile) 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); |