aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/msg_instrs.tab
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2019-03-29 16:45:31 +0100
committerSverker Eriksson <[email protected]>2019-03-29 16:45:31 +0100
commit97bd138d220bcb863a7e09dd420f879137c09a6c (patch)
treefc77e7d1775e13b8a4bd76e589bf058323804c6b /erts/emulator/beam/msg_instrs.tab
parent29aebc72390d351d3882f21e4c16b9f5b93e272f (diff)
parent2c8e6848d3b1d13529e83d8cf76e0a2a458fea52 (diff)
downloadotp-97bd138d220bcb863a7e09dd420f879137c09a6c.tar.gz
otp-97bd138d220bcb863a7e09dd420f879137c09a6c.tar.bz2
otp-97bd138d220bcb863a7e09dd420f879137c09a6c.zip
Merge branch 'sverker/process_info-reductions-fix/OTP-15709' into maint
* sverker/process_info-reductions-fix/OTP-15709: erts: Fix bug in process_info(reductions) erts: Use ptr_val for pointer in gc msg copy
Diffstat (limited to 'erts/emulator/beam/msg_instrs.tab')
-rw-r--r--erts/emulator/beam/msg_instrs.tab1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/msg_instrs.tab b/erts/emulator/beam/msg_instrs.tab
index 9bf3aefaca..a6a0dec451 100644
--- a/erts/emulator/beam/msg_instrs.tab
+++ b/erts/emulator/beam/msg_instrs.tab
@@ -105,6 +105,7 @@ i_loop_rec(Dest) {
$SET_CP_I_ABS(I);
c_p->arity = 0;
c_p->current = NULL;
+ c_p->fcalls = FCALLS;
FCALLS -= erts_proc_sig_receive_helper(c_p, FCALLS, neg_o_reds,
&msgp, &get_out);
SWAPIN;