aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-05-29 11:23:01 +0200
committerLukas Larsson <[email protected]>2019-05-29 11:23:01 +0200
commitb13b267d419f5c3e1ef940d40100bec39f32dbaa (patch)
tree1ed442fc070717c00117c1ccecd70202c62235ea /erts/emulator/beam
parent8a3cbfaec6e4691d80b2161ccc6b9935fd9d74cc (diff)
parent6fbba67a925bdc8653577d77432cec507f850681 (diff)
downloadotp-b13b267d419f5c3e1ef940d40100bec39f32dbaa.tar.gz
otp-b13b267d419f5c3e1ef940d40100bec39f32dbaa.tar.bz2
otp-b13b267d419f5c3e1ef940d40100bec39f32dbaa.zip
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/beam')
-rw-r--r--erts/emulator/beam/erl_sched_spec_pre_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_sched_spec_pre_alloc.h b/erts/emulator/beam/erl_sched_spec_pre_alloc.h
index 74cc966cbe..6f715ae80d 100644
--- a/erts/emulator/beam/erl_sched_spec_pre_alloc.h
+++ b/erts/emulator/beam/erl_sched_spec_pre_alloc.h
@@ -49,7 +49,7 @@ do { \
#endif
#ifdef DEBUG
-extern Uint erts_no_schedulers;
+extern Uint ERTS_WRITE_UNLIKELY(erts_no_schedulers);
#endif
#define ERTS_SSPA_FORCE_THR_CHECK_PROGRESS 10