aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/beam_emu.c
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2016-10-27 14:15:43 +0200
committerSverker Eriksson <[email protected]>2016-10-27 14:15:43 +0200
commitce0785da10fb5d82ed3b6e93ff82e112f38e75fa (patch)
tree33b521c8eb78b5086e21dc003f59e288cf78eb97 /erts/emulator/beam/beam_emu.c
parent9be10412e1837aac339a284f2b01cfc112778180 (diff)
parent6408400fc1ca9609169f6a0450f1c4671aced91c (diff)
downloadotp-ce0785da10fb5d82ed3b6e93ff82e112f38e75fa.tar.gz
otp-ce0785da10fb5d82ed3b6e93ff82e112f38e75fa.tar.bz2
otp-ce0785da10fb5d82ed3b6e93ff82e112f38e75fa.zip
Merge branch 'sverker/purge-fix/OTP-13925' into 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 ef4cdf9d5a..3be5c0d24c 100644
--- a/erts/emulator/beam/beam_emu.c
+++ b/erts/emulator/beam/beam_emu.c
@@ -6555,7 +6555,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 {