From a5e187189af80366ea2b84bf2f0f7bac4abd957a Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Sun, 21 Aug 2011 16:44:02 +0000 Subject: [PATCH] set max trace length back to 32 --- bochs/cpu/icache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bochs/cpu/icache.h b/bochs/cpu/icache.h index afe45964a..ab868a4d2 100644 --- a/bochs/cpu/icache.h +++ b/bochs/cpu/icache.h @@ -104,7 +104,7 @@ extern bxPageWriteStampTable pageWriteStampTable; #define BxICacheEntries (64 * 1024) // Must be a power of 2. #define BxICacheMemPool (384 * 1024) -#define BX_MAX_TRACE_LENGTH 16 +#define BX_MAX_TRACE_LENGTH 32 struct bxICacheEntry_c {