diff options
Diffstat (limited to 'source/Plugins/ABI/SysV-s390x/ABISysV_s390x.h')
-rw-r--r-- | source/Plugins/ABI/SysV-s390x/ABISysV_s390x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.h b/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.h index 6ccabd6f75ec7..e233a900e3954 100644 --- a/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.h +++ b/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.h @@ -31,7 +31,7 @@ public: bool GetArgumentValues(lldb_private::Thread &thread, lldb_private::ValueList &values) const override; - lldb_private::Error + lldb_private::Status SetReturnValueObject(lldb::StackFrameSP &frame_sp, lldb::ValueObjectSP &new_value) override; |