From: Stan Shebs Date: Tue, 16 Mar 2010 00:52:54 +0000 (+0000) Subject: Fix a commit snafu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac0cd78b43c40ce8311a9381da2e42bb40eaaea9;p=binutils-gdb.git Fix a commit snafu --- diff --git a/gdb/ax-gdb.c b/gdb/ax-gdb.c index 5e22422a7b7..0e95bdfcf9f 100644 --- a/gdb/ax-gdb.c +++ b/gdb/ax-gdb.c @@ -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;