[libunwind] Fix the typo in unw_save_vfp_as_X alias
This was accidentaly introduced in r357640.
llvm-svn: 358164
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: 3aeb6585d3e911eb130e997a072436e78a22061d
diff --git a/src/libunwind.cpp b/src/libunwind.cpp
index 5f99337..c90032b 100644
--- a/src/libunwind.cpp
+++ b/src/libunwind.cpp
@@ -236,7 +236,7 @@
AbstractUnwindCursor *co = (AbstractUnwindCursor *)cursor;
return co->saveVFPAsX();
}
-_LIBUNWIND_WEAK_ALIAS(__unw_save_vfp_as_X, unw_save_cfp_as_X)
+_LIBUNWIND_WEAK_ALIAS(__unw_save_vfp_as_X, unw_save_vfp_as_X)
#endif