aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_alloc_util.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2013-05-22 11:53:28 +0200
committerSverker Eriksson <[email protected]>2013-05-22 11:53:28 +0200
commit01eb20066918e107811d01f43b97e3925f894dbd (patch)
tree665f0890c28464022040ad6ce9bb045f544fef49 /erts/emulator/beam/erl_alloc_util.h
parent4bd041e74b5e3e1356a10bb0188aab37521d717a (diff)
parentc746dd9c73f19588712b4d35e3bab96036348d23 (diff)
downloadotp-01eb20066918e107811d01f43b97e3925f894dbd.tar.gz
otp-01eb20066918e107811d01f43b97e3925f894dbd.tar.bz2
otp-01eb20066918e107811d01f43b97e3925f894dbd.zip
Merge branch 'sverk/win64-fixes' into maint
* sverk/win64-fixes: erts: Change some more 'long' to pointer sized int (ErlDrvUInt) erts: Fix crash in nif_SUITE for win64 erts: Fix assert in isdigit for negative characters
Diffstat (limited to 'erts/emulator/beam/erl_alloc_util.h')
-rw-r--r--erts/emulator/beam/erl_alloc_util.h2
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 e0754e7f69..4773598561 100644
--- a/erts/emulator/beam/erl_alloc_util.h
+++ b/erts/emulator/beam/erl_alloc_util.h
@@ -501,7 +501,7 @@ void erts_alcu_stop(Allctr_t *);
void erts_alcu_verify_unused(Allctr_t *);
void erts_alcu_verify_unused_ts(Allctr_t *allctr);
-unsigned long erts_alcu_test(unsigned long, unsigned long, unsigned long);
+UWord erts_alcu_test(UWord, UWord, UWord);
#ifdef DEBUG
int is_sbc_blk(Block_t*);