1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-02-02 12:52:53 +01:00

Declare mxcsr as XMM

This commit is contained in:
Konstantin Belousov 2010-04-10 18:48:35 +03:00
parent 53f7e650e0
commit dd1c7b6c1a

View file

@ -230,7 +230,7 @@ x86_get_scratch_loc (struct cursor *c, unw_regnum_t reg)
break;
case UNW_X86_MXCSR:
is_fpstate = 1;
off = FREEBSD_UC_MCONTEXT_MXCSR_OFF;
is_xmmstate = 1;
xmm_off = FREEBSD_UC_MCONTEXT_MXCSR_XMM_OFF;
break;