diff options
Diffstat (limited to 'compiler/codeGen/StgCmmForeign.hs')
| -rw-r--r-- | compiler/codeGen/StgCmmForeign.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compiler/codeGen/StgCmmForeign.hs b/compiler/codeGen/StgCmmForeign.hs index e7925667a8..7612cd1a49 100644 --- a/compiler/codeGen/StgCmmForeign.hs +++ b/compiler/codeGen/StgCmmForeign.hs @@ -213,7 +213,7 @@ emitForeignCall safety results target args      updfr_off <- getUpdFrameOff      temp_target <- load_target_into_temp target      k <- newLabelC -    let (off, copyout) = copyInOflow dflags NativeReturn (Young k) results [] +    let (off, _, copyout) = copyInOflow dflags NativeReturn (Young k) results []         -- see Note [safe foreign call convention]      emit $             (    mkStore (CmmStackSlot (Young k) (widthInBytes (wordWidth dflags))) | 
