summaryrefslogtreecommitdiff
path: root/gdb/ax-gdb.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2010-03-16 00:52:54 +0000
committerStan Shebs <shebs@apple.com>2010-03-16 00:52:54 +0000
commita184f5638c8c86086a9de85534eeeaf3a626da80 (patch)
tree2912ca8944e9bbe04db20b4c2760bb1ee4d407c9 /gdb/ax-gdb.c
parent439339a7d8e579c36c4fa9ddb4c4e332fe586f97 (diff)
downloadgdb-a184f5638c8c86086a9de85534eeeaf3a626da80.tar.gz
Fix a commit snafu
Diffstat (limited to 'gdb/ax-gdb.c')
-rw-r--r--gdb/ax-gdb.c2
1 files changed, 1 insertions, 1 deletions
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;