aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/beam_emu.c
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2016-10-27 14:16:34 +0200
committerSverker Eriksson <[email protected]>2016-10-27 14:16:34 +0200
commite402b08254ee9a78a2560e3123e1fb468fa948dc (patch)
tree0643077532cd0d91ac8b0b23a1cc26b0093f780b /erts/emulator/beam/beam_emu.c
parentc49194c9239c0dcad17b902b6638edf53bb69c6c (diff)
parentce0785da10fb5d82ed3b6e93ff82e112f38e75fa (diff)
downloadotp-e402b08254ee9a78a2560e3123e1fb468fa948dc.tar.gz
otp-e402b08254ee9a78a2560e3123e1fb468fa948dc.tar.bz2
otp-e402b08254ee9a78a2560e3123e1fb468fa948dc.zip
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/beam/beam_emu.c')
-rw-r--r--erts/emulator/beam/beam_emu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/beam_emu.c b/erts/emulator/beam/beam_emu.c
index 84e2d42af6..7eaa7a0d8b 100644
--- a/erts/emulator/beam/beam_emu.c
+++ b/erts/emulator/beam/beam_emu.c
@@ -6547,7 +6547,7 @@ call_fun(Process* p, /* Current process. */
* and let it try again when the purge operation is
* done (may succeed or not).
*/
- ep = erts_suspend_process_on_pending_purge_lambda(p);
+ ep = erts_suspend_process_on_pending_purge_lambda(p, fe);
ASSERT(ep);
}
else {