Sürüm
4.0-62
Sürüm
master
Tarih
10 yıl, 6 ay önce
Windows x64 Windows x86 Mac OS X Android Ubuntu 13.04
Uygula
29dc253fde386b7d1186f85ca43569cc73795b6e
Yazarı değiştir
comex
Açıklamayı değiştir
Improve context structure handling on non-Windows.

Instead of copying data into and out of a fake CONTEXT structure with
only a few entries, use the platform specific structure directly with a
typedef and macros.  This is needed because fastmem writes need to be
able to access any register from BackPatch.  It adds a fair number of
repetitive defines, but it's better than the alternative.