* scm-lang.c (builtin_type_scm): Remove.
[deliverable/binutils-gdb.git] / gdb / scm-exp.c
index 2c6e0b499776b3bf66e81b7d5253e9a70f92e182..8b7be2a3cde384590a8d2d50aaf17f1cfacd55b1 100644 (file)
@@ -470,7 +470,7 @@ handle_immediate:
   if (!skipping)
     {
       write_exp_elt_opcode (OP_LONG);
-      write_exp_elt_type (builtin_type_scm);
+      write_exp_elt_type (builtin_scm_type (parse_gdbarch)->builtin_scm);
       write_exp_elt_longcst (svalue);
       write_exp_elt_opcode (OP_LONG);
     }
This page took 0.024248 seconds and 4 git commands to generate.