forked from OSchip/llvm-project
Fix storing the frame pointer for OMP-T during ppc64 microtask dispatch
Thanks to John Mellor-Crummey for reporting the omission. llvm-svn: 271035
This commit is contained in:
parent
6fff9dc932
commit
49bee007d0
|
@ -1661,6 +1661,7 @@ __kmp_invoke_microtask:
|
|||
# if OMPT_SUPPORT
|
||||
.cfi_offset r30, -16
|
||||
std 30, -16(31)
|
||||
std 1, 0(8)
|
||||
mr 30, 8
|
||||
# endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue