From 8e14270ea52379763d7085888c6492c2f5f8394d Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 9 Jun 2006 10:58:53 +0000 Subject: [PATCH] fix ltt_type_size on x86_64 git-svn-id: http://ltt.polymtl.ca/svn@1909 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ltt/type.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ltt/branches/poly/ltt/type.c b/ltt/branches/poly/ltt/type.c index d759f325..d650d355 100644 --- a/ltt/branches/poly/ltt/type.c +++ b/ltt/branches/poly/ltt/type.c @@ -141,9 +141,9 @@ LttTypeEnum ltt_type_class(LttType *t) * returns 0 if erroneous, and show a critical warning message. ****************************************************************************/ -size_t ltt_type_size(LttTrace * trace, LttType *t) +guint ltt_type_size(LttTrace * trace, LttType *t) { - size_t size; + guint size; switch(t->type_class) { case LTT_INT_FIXED: -- 2.34.1