gnustep / libobjc2

Objective-C runtime library intended for use with Clang.
http://www.gnustep.org/
MIT License
434 stars 118 forks source link

Add unwind COPY_EXCEPTION macro. #163

Closed triplef closed 4 years ago

triplef commented 4 years ago

Allows copying Itanium and ARM exception objects as suggested in https://github.com/gnustep/libobjc2/issues/162#issuecomment-638776765.

Fixes #162.