"Gregory M. Turner" gmturner007@ameritech.net writes:
- include/wine/excpetion.h
- memory/global.c
Implement gcc-specific "__TYPED_TRY" macro supposedly capable of intercepting return and running the finally clause. If it compiles, it should work on x86...
Cool! now you can start considering how to support continue, break, and goto ;-)
(I don't want to discourage you, but I think you will eventually come to realize that the only way to make this work right is to do it in the compiler)