mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-30 15:56:36 +08:00
Fix a commit snafu
This commit is contained in:
@ -1519,7 +1519,7 @@ gen_maybe_namespace_elt (struct expression *exp,
|
||||
|
||||
sym = cp_lookup_symbol_namespace (namespace_name, name,
|
||||
block_for_pc (ax->scope),
|
||||
VAR_DOMAIN, 0);
|
||||
VAR_DOMAIN);
|
||||
|
||||
if (sym == NULL)
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user