[RSYM/x64] Sync UNW_FLAG_* values (#6653)
authorSerge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
Sat, 23 Mar 2024 14:13:23 +0000 (15:13 +0100)
committerGitHub <noreply@github.com>
Sat, 23 Mar 2024 14:13:23 +0000 (15:13 +0100)
Follow-up to PR #6641 and commit d45876b81

sdk/tools/rsym/rsym64.h

index a167159..0e25291 100644 (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