Remove gdbarch parameter of lookup_typename
[deliverable/binutils-gdb.git] / gdb / guile / scm-type.c
index 953e17bf0e413b2a93d8fa078fe5ccd160e73c2c..d5b289d11c2930c3221b5933b2bf1a7ffe82ae74 100644 (file)
@@ -1245,7 +1245,7 @@ tyscm_lookup_typename (const char *type_name, const struct block *block)
       else if (startswith (type_name, "enum "))
        type = lookup_enum (type_name + 5, NULL);
       else
-       type = lookup_typename (current_language, get_current_arch (),
+       type = lookup_typename (current_language,
                                type_name, block, 0);
     }
   catch (const gdb_exception &except)
This page took 0.025376 seconds and 4 git commands to generate.