]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/log.cpp
Separated activation of aligned STOREs from aligned LOADs.
[virtualjaguar] / src / log.cpp
index 15b2384d0099f7e9b2770734ce8ce60a1835b5a3..87a3cf2697fee5b1c91918daf6c6d06b58341423 100644 (file)
@@ -22,7 +22,8 @@
 #include <stdarg.h>
 #include "types.h"
 
-#define MAX_LOG_SIZE           10000000                                // Maximum size of log file (10 MB)
+//temp, 1GB, remove 2 zeroes
+#define MAX_LOG_SIZE           1000000000                              // Maximum size of log file (10 MB)
 
 static FILE * log_stream = NULL;
 static uint32 logSize = 0;