diff options
Diffstat (limited to 'gdb/scm-exp.c')
-rw-r--r-- | gdb/scm-exp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/scm-exp.c b/gdb/scm-exp.c index 2c6e0b4..8b7be2a 100644 --- a/gdb/scm-exp.c +++ b/gdb/scm-exp.c @@ -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); } |