mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-01 22:42:18 +00:00
* gdbtypes.c (get_discrete_bounds): Fix typo.
This commit is contained in:
parent
9e4c931641
commit
4dda8ef3ff
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user