mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
2003-02-21 David Carlton <carlton@math.stanford.edu>
* arm-tdep.c (arm_gdbarch_init): Add break after default label.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-02-21 David Carlton <carlton@math.stanford.edu>
|
||||
|
||||
* arm-tdep.c (arm_gdbarch_init): Add break after default label.
|
||||
|
||||
2003-02-21 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
Based on a patch from Daniel Berlin (dberlin@dberlin.org).
|
||||
|
||||
@@ -2834,6 +2834,7 @@ arm_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
||||
|
||||
default:
|
||||
/* Leave it as "unknown". */
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user