diff options
Diffstat (limited to 'gdb/parse.c')
-rw-r--r-- | gdb/parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/parse.c b/gdb/parse.c index 6b32d00..e3a62c7 100644 --- a/gdb/parse.c +++ b/gdb/parse.c @@ -1027,6 +1027,7 @@ parse_exp_in_context (char **stringptr, struct block *block, int comma, expout = (struct expression *) xmalloc (sizeof (struct expression) + EXP_ELEM_TO_BYTES (expout_size)); expout->language_defn = current_language; + expout->gdbarch = current_gdbarch; TRY_CATCH (except, RETURN_MASK_ALL) { |