diff options
Diffstat (limited to 'libunwindstack/RegsX86_64.cpp')
| -rw-r--r-- | libunwindstack/RegsX86_64.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libunwindstack/RegsX86_64.cpp b/libunwindstack/RegsX86_64.cpp index 7d6ad86cf..ebad3f421 100644 --- a/libunwindstack/RegsX86_64.cpp +++ b/libunwindstack/RegsX86_64.cpp @@ -168,4 +168,8 @@ bool RegsX86_64::StepIfSignalHandler(uint64_t rel_pc, Elf* elf, Memory* process_ return true; } +Regs* RegsX86_64::Clone() { + return new RegsX86_64(*this); +} + } // namespace unwindstack |
