Re: ntdll: fix a couple compiler warnings on OpenSolaris
3 Mar
2009
3 Mar
'09
10:55 a.m.
+ wine_set_fs( thread_data->fs ); + wine_set_gs( thread_data->gs ); +#endif + /* get %fs and %gs at time of the fault */ #ifdef FS_sig *fs = LOWORD(FS_sig(sigcontext));
Isn't it a problem to move wine_set_{fs,gs}() just before code that purports to 'get %fs and %gs at time of the fault'? -- Francois Gouget <fgouget(a)free.fr> http://fgouget.free.fr/ Hiroshima '45 - Czernobyl '86 - Windows '95
6218
Age (days ago)
6218
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget