================
@@ -859,6 +859,25 @@ bool CFI_Parser<A>::parseFDEInstructions(
} break;
#endif
+#if defined(_LIBUNWIND_TARGET_AARCH64)
+ case DW_CFA_AARCH64_set_ra_state: {
+ int64_t value = (int64_t)addressSpace.getULEB128(p, instructionsEnd);
----------------
cofibrant wrote:
```suggestion
int64_t value = static_cast<int64_t>(addressSpace.getULEB128(p,
instructionsEnd));
```
https://github.com/llvm/llvm-project/pull/209950
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits