mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 02:35:00 +08:00
2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
* valarith.c (binop_types_user_defined_p): Fix a typo.
This commit is contained in:
@ -279,7 +279,7 @@ binop_types_user_defined_p (enum exp_opcode op,
|
||||
if (TYPE_CODE (type1) == TYPE_CODE_REF)
|
||||
type1 = check_typedef (TYPE_TARGET_TYPE (type1));
|
||||
|
||||
type2 = check_typedef (type1);
|
||||
type2 = check_typedef (type2);
|
||||
if (TYPE_CODE (type2) == TYPE_CODE_REF)
|
||||
type2 = check_typedef (TYPE_TARGET_TYPE (type2));
|
||||
|
||||
|
Reference in New Issue
Block a user