diff options
author | Stan Shebs <shebs@codesourcery.com> | 2010-03-16 00:52:54 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2010-03-16 00:52:54 +0000 |
commit | ac0cd78b43c40ce8311a9381da2e42bb40eaaea9 (patch) | |
tree | fada471aa10c6904499634632565cbd37c8e4139 /gdb/ax-gdb.c | |
parent | 67f0cbdb6a7c1a5f8dd04f4155de354832a9ac5a (diff) | |
download | gdb-ac0cd78b43c40ce8311a9381da2e42bb40eaaea9.zip gdb-ac0cd78b43c40ce8311a9381da2e42bb40eaaea9.tar.gz gdb-ac0cd78b43c40ce8311a9381da2e42bb40eaaea9.tar.bz2 |
Fix a commit snafu
Diffstat (limited to 'gdb/ax-gdb.c')
-rw-r--r-- | gdb/ax-gdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ax-gdb.c b/gdb/ax-gdb.c index 5e22422..0e95bdf 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; |