git-svn-id: http://ltt.polymtl.ca/svn@496 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / ltt / convert / convert.c
index 4f03804346374ec4860db1b4c069a3b7d1efbb1f..d57403cad339cbf0cdcd9fd225e30efb4c692c84 100644 (file)
@@ -13,7 +13,8 @@
 #define PROCESS_EXIT_ID     21
 
 #define INFO_ENTRY          9
-#define OVERFLOW_FIGURE     4294967295
+#define OVERFLOW_FIGURE     0x100000000
+//#define OVERFLOW_FIGURE     0xffffffff
 
 typedef struct _new_process
 {
This page took 0.022525 seconds and 4 git commands to generate.