summaryrefslogtreecommitdiff
path: root/libunwindstack/RegsMips64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/RegsMips64.cpp')
-rw-r--r--libunwindstack/RegsMips64.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libunwindstack/RegsMips64.cpp b/libunwindstack/RegsMips64.cpp
index 236a922..0b835a1 100644
--- a/libunwindstack/RegsMips64.cpp
+++ b/libunwindstack/RegsMips64.cpp
@@ -160,4 +160,8 @@ bool RegsMips64::StepIfSignalHandler(uint64_t rel_pc, Elf* elf, Memory* process_
return true;
}
+Regs* RegsMips64::Clone() {
+ return new RegsMips64(*this);
+}
+
} // namespace unwindstack