diff options
author | Sverker Eriksson <[email protected]> | 2010-07-22 15:31:51 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2010-07-22 15:31:51 +0200 |
commit | 78bb45a531e9218e19e6faebd666355752fbfdb3 (patch) | |
tree | 8ded6b9e6d078ebc8ce6e1ef1def3f176582857a /erts/emulator/beam/global.h | |
parent | 9267b2dc792c0a7632a0dcdc0a49510eb13e465e (diff) | |
download | otp-78bb45a531e9218e19e6faebd666355752fbfdb3.tar.gz otp-78bb45a531e9218e19e6faebd666355752fbfdb3.tar.bz2 otp-78bb45a531e9218e19e6faebd666355752fbfdb3.zip |
Mending halfword heap emulator
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r-- | erts/emulator/beam/global.h | 2 |
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. */ |