Skip to content

Commit b1d1eec

Browse files
committed
Fix
1 parent fbe85d7 commit b1d1eec

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
@@ -102,7 +102,7 @@ extern "C" int64_t safefetch64_cont(int64_t* adr, int64_t errValue);
102102
asm(R"(
103103
.globl _safefetch32_impl
104104
.private_extern _safefetch32_impl
105-
safefetch32_impl:
105+
_safefetch32_impl:
106106
ldr w0, [x0]
107107
ret
108108
.globl _safefetch32_cont

0 commit comments

Comments
 (0)