Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ddprof-lib/src/main/cpp/safeAccess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ extern "C" int64_t safefetch64_cont(int64_t* adr, int64_t errValue);
asm(R"(
.globl _safefetch32_impl
.private_extern _safefetch32_impl
_safefetch32_impl:
safefetch32_impl:
ldr w0, [x0]
ret
.globl _safefetch32_cont
Expand Down
Loading
Loading