diff options
author | Sverker Eriksson <[email protected]> | 2015-11-27 12:18:49 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2015-11-27 12:18:49 +0100 |
commit | 80bbe3b23ad7781e43dfea3a84203956ccab6a10 (patch) | |
tree | d038b2b296d373ca55818cdb7b7688f95dbf566f /erts/emulator/beam/erl_alloc_util.h | |
parent | 29f453a3b2af49cd8f2052959262fc3be8971c46 (diff) | |
parent | b916edc72a8eb82068229222abde1b9ff43dbad2 (diff) | |
download | otp-80bbe3b23ad7781e43dfea3a84203956ccab6a10.tar.gz otp-80bbe3b23ad7781e43dfea3a84203956ccab6a10.tar.bz2 otp-80bbe3b23ad7781e43dfea3a84203956ccab6a10.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/beam/erl_alloc_util.h')
-rw-r--r-- | erts/emulator/beam/erl_alloc_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_alloc_util.h b/erts/emulator/beam/erl_alloc_util.h index 16ad673d26..b7d717ed23 100644 --- a/erts/emulator/beam/erl_alloc_util.h +++ b/erts/emulator/beam/erl_alloc_util.h @@ -313,7 +313,7 @@ typedef struct ErtsDoubleLink_t_ { typedef struct { erts_atomic_t next; erts_atomic_t prev; - Allctr_t *orig_allctr; + Allctr_t *orig_allctr; /* read-only while carrier is alive */ ErtsThrPrgrVal thr_prgr; erts_atomic_t max_size; UWord abandon_limit; |