mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[RSYM/x64] Sync UNW_FLAG_* values (#6653)
Follow-up to PR #6641 and commit d45876b81
This commit is contained in:
parent
17b0623cf8
commit
a8c52fa165
1 changed files with 2 additions and 1 deletions
|
@ -105,9 +105,10 @@ typedef union _UNWIND_CODE
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
UNW_FLAG_NHANDLER = 0x00,
|
||||||
UNW_FLAG_EHANDLER = 0x01,
|
UNW_FLAG_EHANDLER = 0x01,
|
||||||
UNW_FLAG_UHANDLER = 0x02,
|
UNW_FLAG_UHANDLER = 0x02,
|
||||||
UNW_FLAG_CHAININFO = 0x03,
|
UNW_FLAG_CHAININFO = 0x04
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct _UNWIND_INFO
|
typedef struct _UNWIND_INFO
|
||||||
|
|
Loading…
Reference in a new issue