Skip to content

Commit d519dd2

Browse files
committed
Fix
1 parent ae754ea commit d519dd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ddprof-lib/src/main/cpp/safeAccess.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ extern "C" int64_t safefetch64_cont(int64_t* adr, int64_t errValue);
9292
.globl safefetch64_cont
9393
.hidden safefetch64_cont
9494
.type safefetch64_cont, %function
95-
safefetch32_cont:
95+
safefetch64_cont:
9696
movq %rsi, %rax
9797
ret
9898
)");

0 commit comments

Comments
 (0)