================
@@ -1469,6 +1475,30 @@ template <typename A, typename R> void UnwindCursor<A, 
R>::jumpto() {
   static constexpr size_t _EXTRA_LIBUNWIND_FRAMES_WALKED = 5 - 1;
   _registers.returnto(_walkedFrames + _EXTRA_LIBUNWIND_FRAMES_WALKED);
 #else
+#if defined(_LIBUNWIND_SUPPORT_TBTAB_UNWIND)
+  if (isKnownVapiNotActive()) {
+    // If the current frame is known VAPI not active , execute the VAPI return
----------------
jroelofs wrote:

```suggestion
    // If the current frame is known VAPI not active, execute the VAPI return
```

https://github.com/llvm/llvm-project/pull/209280
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to