The split of interfaces in D92197 breaks some of the OMPT tests by storing the wrong return or frame address.
This patch also introduces KMP_DEBUG_ASSERTIONS to verify expected state of the stored return address.
The return address is now managed in a thread-local stack in order to avoid repeated setting and unsetting the address.
Details
Details
Diff Detail
Diff Detail