From 15bcffe9f317ddefde69fcc89d31a9309341b917 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Wed, 22 May 2013 18:27:07 +0200 Subject: erts: Use Uint64 for call counts --- erts/emulator/beam/erl_alloc_util.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'erts/emulator/beam/erl_alloc_util.h') diff --git a/erts/emulator/beam/erl_alloc_util.h b/erts/emulator/beam/erl_alloc_util.h index 8a29ee601d..772dd5024f 100644 --- a/erts/emulator/beam/erl_alloc_util.h +++ b/erts/emulator/beam/erl_alloc_util.h @@ -305,10 +305,7 @@ typedef struct { typedef UWord FreeBlkFtr_t; /* Footer of a free block */ -typedef struct { - UWord giga_no; - UWord no; -} CallCounter_t; +typedef Uint64 CallCounter_t; typedef struct { UWord no; -- cgit v1.2.3