diff options
author | Patrik Nyblom <[email protected]> | 2010-03-01 15:43:48 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-03-10 14:26:08 +0100 |
commit | e2f78fbb4dabb19dd908821febc64acd843ad5b4 (patch) | |
tree | be52ec71f62725a62746cfce0ba422e9820977ba /erts/include | |
parent | 42c8a5ab9bdcf8c139f1c5a558e64d39716a6582 (diff) | |
download | otp-e2f78fbb4dabb19dd908821febc64acd843ad5b4.tar.gz otp-e2f78fbb4dabb19dd908821febc64acd843ad5b4.tar.bz2 otp-e2f78fbb4dabb19dd908821febc64acd843ad5b4.zip |
Adopt the new (R13B04) Nif functionality to the halfword codebase
Change erl_int_sizes_config to include HALFWORD_HEAP_EMULATOR,
which make it possible for the NIFs to figure out the term size.
Diffstat (limited to 'erts/include')
-rw-r--r-- | erts/include/erl_int_sizes_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/include/erl_int_sizes_config.h.in b/erts/include/erl_int_sizes_config.h.in index ef49995732..a8a264686e 100644 --- a/erts/include/erl_int_sizes_config.h.in +++ b/erts/include/erl_int_sizes_config.h.in @@ -31,3 +31,6 @@ /* The number of bytes in a long long. */ #undef SIZEOF_LONG_LONG + +/* Define if building a halfword-heap 64bit emulator (needed for NIF's) */ +#undef HALFWORD_HEAP_EMULATOR |