mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 18:20:12 +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,
|
sym = cp_lookup_symbol_namespace (namespace_name, name,
|
||||||
block_for_pc (ax->scope),
|
block_for_pc (ax->scope),
|
||||||
VAR_DOMAIN, 0);
|
VAR_DOMAIN);
|
||||||
|
|
||||||
if (sym == NULL)
|
if (sym == NULL)
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user