From 49bee007d09a9efa40f22a144d83eec9dabd59b2 Mon Sep 17 00:00:00 2001 From: Hal Finkel Date: Fri, 27 May 2016 19:04:05 +0000 Subject: Fix storing the frame pointer for OMP-T during ppc64 microtask dispatch Thanks to John Mellor-Crummey for reporting the omission. llvm-svn: 271035 --- openmp/runtime/src/z_Linux_asm.s | 1 + 1 file changed, 1 insertion(+) (limited to 'openmp/runtime/src') diff --git a/openmp/runtime/src/z_Linux_asm.s b/openmp/runtime/src/z_Linux_asm.s index 128379ee8b0..60130a4c0ef 100644 --- a/openmp/runtime/src/z_Linux_asm.s +++ b/openmp/runtime/src/z_Linux_asm.s @@ -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 -- cgit v1.2.3