Change ARI usage to GNU style
[deliverable/binutils-gdb.git] / gdb / rust-exp.y
index a15e0de12fd2439e87123ed1d1677c5b1730d1ec..5587ebf5d7fcec52d080c6519807513955269d65 100644 (file)
@@ -2024,7 +2024,7 @@ rust_parser::rust_lookup_type (const char *name, const struct block *block)
       return SYMBOL_TYPE (result.symbol);
     }
 
-  type = lookup_typename (language (), arch (), name, NULL, 1);
+  type = lookup_typename (language (), name, NULL, 1);
   if (type != NULL)
     return type;
 
This page took 0.02568 seconds and 4 git commands to generate.