diff options
Diffstat (limited to 'gdb/arch-utils.c')
-rw-r--r-- | gdb/arch-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c index 6177682..49c699f 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -1178,7 +1178,7 @@ default_gdbarch_return_value if (read_value != nullptr) { - *read_value = allocate_value (valtype); + *read_value = value::allocate (valtype); readbuf = value_contents_raw (*read_value).data (); } |