summaryrefslogtreecommitdiff
path: root/libunwindstack/tests/fuzz/UnwinderFuzz.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/tests/fuzz/UnwinderFuzz.cpp')
-rw-r--r--libunwindstack/tests/fuzz/UnwinderFuzz.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwindstack/tests/fuzz/UnwinderFuzz.cpp b/libunwindstack/tests/fuzz/UnwinderFuzz.cpp
index 1600547..f926ce7 100644
--- a/libunwindstack/tests/fuzz/UnwinderFuzz.cpp
+++ b/libunwindstack/tests/fuzz/UnwinderFuzz.cpp
@@ -81,7 +81,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
size_t max_frames = data_provider.ConsumeIntegralInRange<size_t>(0, 5000);
- std::unique_ptr<JitDebug> jit_debug_ptr = std::make_unique<JitDebug>(memory);
+ std::unique_ptr<JitDebug> jit_debug_ptr = CreateJitDebug(arch, memory);
// Create instance
Unwinder unwinder(max_frames, maps.get(), regs.get(), memory);