mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-04 05:48:20 +08:00
* gdbtypes.c (get_discrete_bounds): Fix typo.
This commit is contained in:
@ -347,7 +347,7 @@ get_discrete_bounds (type, lowp, highp)
|
|||||||
{
|
{
|
||||||
switch (TYPE_CODE (type))
|
switch (TYPE_CODE (type))
|
||||||
{
|
{
|
||||||
TYPE_CODE_RANGE:
|
case TYPE_CODE_RANGE:
|
||||||
*lowp = TYPE_LOW_BOUND (type);
|
*lowp = TYPE_LOW_BOUND (type);
|
||||||
*highp = TYPE_HIGH_BOUND (type);
|
*highp = TYPE_HIGH_BOUND (type);
|
||||||
return 1;
|
return 1;
|
||||||
|
Reference in New Issue
Block a user