diff options
author | Douglas Wilson <douglas.wilson@gmail.com> | 2021-12-19 12:55:56 +0000 |
---|---|---|
committer | Douglas Wilson <douglas.wilson@gmail.com> | 2021-12-19 12:55:56 +0000 |
commit | f61909586c832d84ac622ba571d494f6bf64580c (patch) | |
tree | eec67524b8493a9869c5a7dedf7636e629498765 /rts/TraverseHeap.c | |
parent | 887d8b4c409c06257a63751e4e84c86ddf5cc874 (diff) | |
download | haskell-wip/rts-inline.tar.gz |
rts: Address failures to inlinewip/rts-inline
Diffstat (limited to 'rts/TraverseHeap.c')
-rw-r--r-- | rts/TraverseHeap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/TraverseHeap.c b/rts/TraverseHeap.c index 2285a93b6f..41a6d30dfc 100644 --- a/rts/TraverseHeap.c +++ b/rts/TraverseHeap.c @@ -1036,7 +1036,7 @@ traversePushStack(traverseState *ts, StgClosure *cp, stackElement *sep, /** * Call traversePushClosure for each of the children of a PAP/AP */ -STATIC_INLINE StgPtr +static StgPtr traversePAP (traverseState *ts, StgClosure *pap, /* NOT tagged */ stackElement *sep, |