Files
revng-revng/runtime
Antonio Frighetto 883dd14f43 Declare the exception object with static storage
Fix an out-of-scope issue, where the `_Unwind_Exception` object was used
after the destruction of `raise_exception_helper`'s stackframe.
This issue has been addressed by placing the object into the `.bss`
segment.
2020-10-01 18:17:53 +02:00
..
2019-02-11 16:09:23 +01:00
2019-05-27 19:36:12 +02:00