diff options
author | Sverker Eriksson <[email protected]> | 2019-07-01 14:47:12 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2019-07-01 14:47:12 +0200 |
commit | 05c50231aa68243347f6186f90662812787d1b88 (patch) | |
tree | 820701211942a4161adb2223cbf78af128e510c9 /erts | |
parent | d886152acd77e0a6e30cfae9df065a6550df350b (diff) | |
parent | 4381bf5c3e921152d6e8c9d75a9b27013d51da7b (diff) | |
download | otp-05c50231aa68243347f6186f90662812787d1b88.tar.gz otp-05c50231aa68243347f6186f90662812787d1b88.tar.bz2 otp-05c50231aa68243347f6186f90662812787d1b88.zip |
Merge branch 'maint'
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/beam/erl_process.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h index 3f3c7de64d..2e2ab01d86 100644 --- a/erts/emulator/beam/erl_process.h +++ b/erts/emulator/beam/erl_process.h @@ -2355,6 +2355,8 @@ erts_try_change_runq_proc(Process *p, ErtsRunQueue *rq) old_rqint); if (act_rqint == old_rqint) return !0; + + old_rqint = act_rqint; } } |