mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-30 15:56:36 +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))
|
||||
{
|
||||
TYPE_CODE_RANGE:
|
||||
case TYPE_CODE_RANGE:
|
||||
*lowp = TYPE_LOW_BOUND (type);
|
||||
*highp = TYPE_HIGH_BOUND (type);
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user