[Openmp-commits] [PATCH] D23305: [OMPT] Align implementation of reenter frame address to latest (frozen) version of OMPT spec
Joachim Protze via Openmp-commits
openmp-commits at lists.llvm.org
Thu Aug 18 04:52:53 PDT 2016
protze.joachim updated this revision to Diff 68509.
protze.joachim added a comment.
Replaced all
_frame = 0;
by
_frame = NULL;
for consistency.
https://reviews.llvm.org/D23305
Files:
runtime/src/kmp_csupport.c
runtime/src/kmp_gsupport.c
runtime/src/kmp_runtime.c
runtime/src/kmp_tasking.c
runtime/src/ompt-specific.c
runtime/test/ompt/parallel/nested.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23305.68509.patch
Type: text/x-patch
Size: 15015 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20160818/0be8d79a/attachment.bin>
More information about the Openmp-commits
mailing list