mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
Simplify debug_exp
debug_exp should call expression::dump rather than using the 'op' member.
This commit is contained in:
parent
de7d7cb58e
commit
ce6fcad80e
@ -68,7 +68,7 @@ void
|
||||
ATTRIBUTE_USED
|
||||
debug_exp (struct expression *exp)
|
||||
{
|
||||
exp->op->dump (gdb_stdlog, 0);
|
||||
exp->dump (gdb_stdlog);
|
||||
gdb_flush (gdb_stdlog);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user