[RSYM/x64] Sync UNW_FLAG_* values (#6653)

Follow-up to PR #6641 and commit d45876b81
This commit is contained in:
Serge Gautherie 2024-03-23 15:13:23 +01:00 committed by GitHub
parent 17b0623cf8
commit a8c52fa165
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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