mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
Simplify debug_exp
debug_exp should call expression::dump rather than using the 'op' member.
This commit is contained in:
@ -68,7 +68,7 @@ void
|
|||||||
ATTRIBUTE_USED
|
ATTRIBUTE_USED
|
||||||
debug_exp (struct expression *exp)
|
debug_exp (struct expression *exp)
|
||||||
{
|
{
|
||||||
exp->op->dump (gdb_stdlog, 0);
|
exp->dump (gdb_stdlog);
|
||||||
gdb_flush (gdb_stdlog);
|
gdb_flush (gdb_stdlog);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user