dbghelp: Fix unwind opcodes on x64.

Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 6bcde00566)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
This commit is contained in:
Paul Gofman 2021-01-15 16:06:40 +03:00 committed by Michael Stefaniuc
parent 1256e6226f
commit 3fab693d00
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;