git-svn-id: http://ltt.polymtl.ca/svn@496 04897980-b3bd-0310-b5e0-8ef037075253
authoryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 15 Mar 2004 14:34:18 +0000 (14:34 +0000)
committeryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 15 Mar 2004 14:34:18 +0000 (14:34 +0000)
ltt/branches/poly/ltt/convert/convert.c

index 0db012e72641373da7884b239001d5771df53962..d57403cad339cbf0cdcd9fd225e30efb4c692c84 100644 (file)
@@ -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
 {
This page took 0.024885 seconds and 4 git commands to generate.