From a8c52fa16570fa02243cd38d028474584c7c0a92 Mon Sep 17 00:00:00 2001 From: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> Date: Sat, 23 Mar 2024 15:13:23 +0100 Subject: [PATCH] [RSYM/x64] Sync UNW_FLAG_* values (#6653) Follow-up to PR #6641 and commit d45876b81 --- sdk/tools/rsym/rsym64.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/tools/rsym/rsym64.h b/sdk/tools/rsym/rsym64.h index a167159fd95..0e252917e21 100644 --- a/sdk/tools/rsym/rsym64.h +++ b/sdk/tools/rsym/rsym64.h @@ -105,9 +105,10 @@ typedef union _UNWIND_CODE enum { + UNW_FLAG_NHANDLER = 0x00, UNW_FLAG_EHANDLER = 0x01, UNW_FLAG_UHANDLER = 0x02, - UNW_FLAG_CHAININFO = 0x03, + UNW_FLAG_CHAININFO = 0x04 }; typedef struct _UNWIND_INFO