dbghelp: Fix unwind opcodes on x64.

Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Paul Gofman 2021-01-15 16:06:40 +03:00 committed by Alexandre Julliard
parent 8af32e41c2
commit 6bcde00566
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ typedef enum _UNWIND_OP_CODES
UWOP_SET_FPREG,
UWOP_SAVE_NONVOL,
UWOP_SAVE_NONVOL_FAR,
UWOP_SAVE_XMM128,
UWOP_EPILOG,
UWOP_SAVE_XMM128 = 8,
UWOP_SAVE_XMM128_FAR,
UWOP_PUSH_MACHFRAME
} UNWIND_CODE_OPS;