On 11/09/15 12:46, Martin Storsjo wrote:
+@ cdecl -arch=i386,x86_64,arm _seh_filter_dll(long ptr) __CppXcptFilter +@ cdecl -arch=i386,x86_64,arm _seh_filter_exe(long ptr) __CppXcptFilter
This is still wrong.
On Mon, 9 Nov 2015, Piotr Caban wrote:
On 11/09/15 12:46, Martin Storsjo wrote:
+@ cdecl -arch=i386,x86_64,arm _seh_filter_dll(long ptr) __CppXcptFilter +@ cdecl -arch=i386,x86_64,arm _seh_filter_exe(long ptr) __CppXcptFilter
This is still wrong.
In which way? I added the -arch parameter as you pointed out, and reran tools/make_specfiles to propagate it to the forwarding stub dll?
// Martin
On 11/09/15 12:58, Martin Storsjö wrote:
On Mon, 9 Nov 2015, Piotr Caban wrote:
On 11/09/15 12:46, Martin Storsjo wrote:
+@ cdecl -arch=i386,x86_64,arm _seh_filter_dll(long ptr) __CppXcptFilter +@ cdecl -arch=i386,x86_64,arm _seh_filter_exe(long ptr) __CppXcptFilter
This is still wrong.
In which way? I added the -arch parameter as you pointed out, and reran tools/make_specfiles to propagate it to the forwarding stub dll?
_seh_filter_dll should behave like __CppXcptFilter and _seh_filter_exe like _XcptFilter.
On Mon, 9 Nov 2015, Piotr Caban wrote:
On 11/09/15 12:58, Martin Storsjö wrote:
On Mon, 9 Nov 2015, Piotr Caban wrote:
On 11/09/15 12:46, Martin Storsjo wrote:
+@ cdecl -arch=i386,x86_64,arm _seh_filter_dll(long ptr) __CppXcptFilter +@ cdecl -arch=i386,x86_64,arm _seh_filter_exe(long ptr) __CppXcptFilter
This is still wrong.
In which way? I added the -arch parameter as you pointed out, and reran tools/make_specfiles to propagate it to the forwarding stub dll?
_seh_filter_dll should behave like __CppXcptFilter and _seh_filter_exe like _XcptFilter.
Oh, sorry, I didn't realize you only meant one of them when you explained that detail.
// Martin