mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
0ad: acces to xmm regs was changed in beta3
see9495126984and6f3a5c9ab0and
This commit is contained in:
@@ -1021,7 +1021,7 @@ index 0000000..74d6f47
|
||||
++# define R13_sig(p) ((p)->uc_mcontext.r13)
|
||||
++# define R14_sig(p) ((p)->uc_mcontext.r14)
|
||||
++# define R15_sig(p) ((p)->uc_mcontext.r15)
|
||||
++# define XMM_sig(p,i) ((p)->uc_mcontext.fpu.xmm.xmm ## i)
|
||||
++# define XMM_sig(p,i) ((p)->uc_mcontext.fpu.fp_fxsave.xmm[i])
|
||||
++# endif
|
||||
+ #else
|
||||
+ # error "Don't know how to read/write to the thread state via the mcontext_t."
|
||||
|
||||
Reference in New Issue
Block a user