summaryrefslogtreecommitdiff
path: root/tests/if.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/if.cc')
-rw-r--r--tests/if.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/if.cc b/tests/if.cc
index d6c1bca..5ccd73b 100644
--- a/tests/if.cc
+++ b/tests/if.cc
@@ -17,7 +17,7 @@ class IFFixture
p = {0xC000, 0xC001, 0xC002, 0xC003};
d->load(p);
- this->c = new Cache(d, this->c_delay);
+ this->c = new Cache(d, 5, 0, this->c_delay);
this->f = new IF(nullptr);
this->ct = new Controller(this->f, this->c, true);
}