From 72b7c777f5736240300757f6ea2804c8f84ded95 Mon Sep 17 00:00:00 2001 From: Zhengyu Gu Date: Wed, 23 Jul 2025 08:42:13 -0400 Subject: [PATCH] Fix typo --- ddprof-lib/src/main/cpp/safeAccess.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddprof-lib/src/main/cpp/safeAccess.cpp b/ddprof-lib/src/main/cpp/safeAccess.cpp index 0451fcd8..2a7a9a39 100644 --- a/ddprof-lib/src/main/cpp/safeAccess.cpp +++ b/ddprof-lib/src/main/cpp/safeAccess.cpp @@ -85,7 +85,7 @@ extern "C" int64_t safefetch64_cont(int64_t* adr, int64_t errValue); ret .globl safefetch64_impl .hidden safefetch64_impl - .type safefetch64_imp, %function + .type safefetch64_impl, %function safefetch64_impl: movq (%rdi), %rax ret