From 32abbc51645342dde940bf20c084f51a566d9ae8 Mon Sep 17 00:00:00 2001 From: yangxx Date: Mon, 15 Mar 2004 14:34:18 +0000 Subject: [PATCH] git-svn-id: http://ltt.polymtl.ca/svn@496 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ltt/convert/convert.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ltt/branches/poly/ltt/convert/convert.c b/ltt/branches/poly/ltt/convert/convert.c index 0db012e7..d57403ca 100644 --- a/ltt/branches/poly/ltt/convert/convert.c +++ b/ltt/branches/poly/ltt/convert/convert.c @@ -13,7 +13,8 @@ #define PROCESS_EXIT_ID 21 #define INFO_ENTRY 9 -#define OVERFLOW_FIGURE 0xffffffff +#define OVERFLOW_FIGURE 0x100000000 +//#define OVERFLOW_FIGURE 0xffffffff typedef struct _new_process { -- 2.34.1