aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_message.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2015-03-13 18:00:33 +0100
committerBjörn-Egil Dahlberg <[email protected]>2015-03-19 14:57:55 +0100
commit12fc63bcaf68b4a9e89ce91e1235aafb8bcdaee5 (patch)
tree363b5869c15006c4e4cddd314a17978cc4cc4ea7 /erts/emulator/beam/erl_message.h
parentb91daf163f146c9f787957ad593b20caea1b647b (diff)
downloadotp-12fc63bcaf68b4a9e89ce91e1235aafb8bcdaee5.tar.gz
otp-12fc63bcaf68b4a9e89ce91e1235aafb8bcdaee5.tar.bz2
otp-12fc63bcaf68b4a9e89ce91e1235aafb8bcdaee5.zip
erts: Fix map bug in dec_term for 32-bit debug VM
Adding ERTS_SWORD_MAX to a pointer does not work as a way to disable a bound check. Remove the hp_end from ErtsHeapFactory as it isn't really used anyway.
Diffstat (limited to 'erts/emulator/beam/erl_message.h')
-rw-r--r--erts/emulator/beam/erl_message.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/emulator/beam/erl_message.h b/erts/emulator/beam/erl_message.h
index ece75a5ee4..6b8c3cebc7 100644
--- a/erts/emulator/beam/erl_message.h
+++ b/erts/emulator/beam/erl_message.h
@@ -71,8 +71,6 @@ struct erl_heap_fragment {
typedef struct {
Process* p;
Eterm* hp;
- Eterm* hp_end;
- /* more to come... */
} ErtsHeapFactory;
Eterm* erts_produce_heap(ErtsHeapFactory*, Uint need, Uint xtra);