aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2010-07-23 16:10:23 +0200
committerSverker Eriksson <[email protected]>2010-07-23 16:10:23 +0200
commit6ec6250f8ad4fd13318d13e566602dccc9f6746f (patch)
tree8ded6b9e6d078ebc8ce6e1ef1def3f176582857a /erts/emulator/beam/global.h
parent9267b2dc792c0a7632a0dcdc0a49510eb13e465e (diff)
parent78bb45a531e9218e19e6faebd666355752fbfdb3 (diff)
downloadotp-6ec6250f8ad4fd13318d13e566602dccc9f6746f.tar.gz
otp-6ec6250f8ad4fd13318d13e566602dccc9f6746f.tar.bz2
otp-6ec6250f8ad4fd13318d13e566602dccc9f6746f.zip
Merge branch 'sverker/halfword-heap-fixes/OTP-8745' into dev
* sverker/halfword-heap-fixes/OTP-8745: Mending halfword heap emulator
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r--erts/emulator/beam/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h
index 607d3cd14c..064dc69da8 100644
--- a/erts/emulator/beam/global.h
+++ b/erts/emulator/beam/global.h
@@ -465,7 +465,7 @@ typedef struct proc_bin {
Eterm thing_word; /* Subtag REFC_BINARY_SUBTAG. */
Uint size; /* Binary size in bytes. */
#if HALFWORD_HEAP
- char alignment__[SIZEOF_VOID_P - ERTS_SIZEOF_ETERM];
+ void* dummy_ptr_padding__;
#endif
struct erl_off_heap_header *next;
Binary *val; /* Pointer to Binary structure. */