Skip to content

Commit 0ec5e89

Browse files
liuxiang88bgermann
authored andcommitted
Fix compilation error on LoongArch.
Signed-off-by: liuxiang <[email protected]>
1 parent 8a433e9 commit 0ec5e89

File tree

1 file changed

+1
-1
lines changed
  • src/libpmem2/loongarch64

1 file changed

+1
-1
lines changed

src/libpmem2/loongarch64/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ pmem2_arch_init(struct pmem2_arch_info *info)
3636
{
3737
LOG(3, NULL);
3838

39-
info->fence = loongarch_fence;
39+
info->fence = loongarch_memory_fence;
4040
info->flush = loongarch_flush;
4141
}

0 commit comments

Comments
 (0)