http://bugs.winehq.org/show_bug.cgi?id=5330
------- Additional Comments From focht@gmx.net 2007-08-05 10:18 ------- Hello,
the partial context fix will probably affect a whole bunch of bug reports (i pre-tested some, no side effects). If committed to GIT i can drop this one out of my private set of patches (every time i update from GIT).
To prevent confusion you should improve the "FIXME" message. If people dont know the current implementation, they might assume that "__wine_call_from_32_restore_regs( context )" is never made due to that console message.
e.g. change
--- snip --- FIXME( "setting partial context (%x) not supported\n", flags ); --- snip ---
to something like:
--- snip --- FIXME( "setting partial context (%x) not supported, using full context instead\n", flags ); --- snip ---
Regards