Commit 6bcde005 authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

dbghelp: Fix unwind opcodes on x64.

parent 8af32e41
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment